2nd Order ODE
古いコメントを表示
I am trying to solve second order ODE
y"+2xy'=0
with Boundry Condition: y(0)=1 & y(4)=0.
How do i solve this in Matlab?
回答 (1 件)
James Tursa
2020 年 3 月 11 日
1 投票
For a numerical solution, you could try this function:
カテゴリ
ヘルプ センター および File Exchange で Ordinary Differential Equations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!