How does MATLAB software (ode solvers) solve complex differential equations?
3 ビュー (過去 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!