Can anyone help with writing an Euler solver code in MATLAB, that can solve any ordinary differential equation like ode1 inbuilt solver?
조회 수: 1 (최근 30일)
이전 댓글 표시
Hello, I am trying to write my own solver based on Euler method, that would solve any differential equation, just like ode1. I found many documents and websites that do this for the case of simple first order ordinary differential equation, but not for higher order equations. So I am looking for any document that would help me generalize the solver code for any order differential equation. Thanks
댓글 수: 0
답변 (1개)
Torsten
2018년 1월 30일
Convert your higher-order ODE into a system of first order ODEs:
Best wishes
Torsten.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Ordinary Differential Equations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!