两个不同类型方程组如何同时求解。

电路中碰到一个复杂的方程组
A×dI/dt+B×I+C×V=Us
L×I=0
其中A、B、C、Us、L均为矩阵,I和V是待求解向量,其它均为已知,第一个是常微分方程组,第二个是普通的一次代数方程组,有什么数值方法能够求解。

 Accepted Answer

我记得这种应该算微分代数方程了吧,官网上有相关专题的,先对照帮助文档看看吧。
www.mathworks.com/help/matlab/math/solve-differential-algebraic-equations-daes.html
www.mathworks.com/help/symbolic/solve-differential-algebraic-equations.html

More Answers (0)

Categories

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!