In which format a differential equation is required to use dsolve() solver?
3 ビュー (過去 30 日間)
古いコメントを表示
I want to solve two simultaneous second-degree differential equations. Which solver can I use for it? If I use dsolve, in which form should I input equations?
0 件のコメント
回答 (1 件)
Star Strider
2017 年 5 月 2 日
The dsolve function is part of the Symbolic Math Toolbox, so you would enter your equations as symbolic functions and then use dsolve to solve them. See the documentation on dsolve for details.
You can also use the Symbolic Math Toolbox to set up (but not solve) nonlinear differential equations to use in ode45, ode15s, and others. You will find the odeToVectorField and matlabFunction functions invaluable.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Calculus についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!