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!