How does MATLAB software (ode solvers) solve complex differential equations?
2 次查看(过去 30 天)
显示 更早的评论
I am wondering how MATLAB software solves complex differential equations (numeric solutions with the ode solvers); it breaks differential equation into two parts, real and imaginary part, and it solves each part separately or it uses some form of transformation like polar transformation?
1 个评论
Walter Roberson
2013-5-1
Duplicates earlier http://www.mathworks.co.uk/matlabcentral/answers/73823-how-does-matlab-software-solve-complex-differential-equations which I will now close.
回答(1 个)
Shashank Prasanna
2013-5-1
The short answer is that it will treat it as it is: sum of real and img separately.
2 个评论
Walter Roberson
2013-5-1
? That link only says that it handles it "properly", and does not describe how it implements it.
Shashank Prasanna
2013-5-1
I guess I meant to say there is no explicit transformation happening underneath.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Ordinary Differential Equations 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!