How do I solve a dr/dt equation?
古いコメントを表示
I just need an example of how to solve basic integrals to get the r's at different timesteps. I have an equation:

How do I solve it at t=0 for example, if it has r's on both sides?
1 件のコメント
Roger Stafford
2016 年 6 月 13 日
What you have there is a differential equation, which is different from a problem in integration. In matlab these can be solved numerically using one of the ‘ode’ functions (ordinary differential equations.) See for example:
http://www.mathworks.com/help/matlab/ref/ode45.html
You will need to furnish an initial value for ri.
回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Ordinary Differential Equations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!