How to solve two differential equations using ode45.
古いコメントを表示
My system is this
x"+ x'+ x + y'=0;
y"+ y'+ y + x'=0;
i need to solve these differential equations using ode's.
thanks in advance.
2 件のコメント
Torsten
2018 年 2 月 22 日
You will need four initial conditions (for x,x',y,y') if you want to use ODE45 as numerical solver.
Ebraheem Menda
2018 年 2 月 22 日
採用された回答
その他の回答 (3 件)
Abraham Boayue
2018 年 2 月 24 日
0 投票
Hey Ebraheem There are many excellent methods that you can use to solve your problem, for instance, the finite difference method is a very powerful method to use. I can try with that.The ode45 function is a matlab built in function and was designed to solve certain ode problems, it may not be suitable for a number of problems. What are the initial values of your equations? Do you have any plot of the solution that one can use as a guide?
Abraham Boayue
2018 年 2 月 24 日
0 投票
The finite difference method is used to solve differential and partial equations. It is easier to implement in matlab. You can do the coding in any version of matlab, I have taken a course in numerical mathematics before and have a fairly good knowledge of how to solve such problems.
5 件のコメント
Ebraheem Menda
2020 年 7 月 19 日
Ebraheem Menda
2020 年 7 月 19 日
Ebraheem Menda
2020 年 7 月 19 日
Ebraheem Menda
2020 年 7 月 19 日
madhan ravi
2020 年 7 月 19 日
You can email him by clicking his profile.
Abraham Boayue
2020 年 7 月 19 日
0 投票
Hi Ebraheem Is there anything specific that you want me to do for you?
カテゴリ
ヘルプ センター および File Exchange で Ordinary Differential Equations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!