Solving second order implicit differential equation
조회 수: 3 (최근 30일)
이전 댓글 표시
I have a differential equation that I would like to solve and it has the form:
. How would people recommend I solve this numerically? Thanks!
댓글 수: 1
채택된 답변
David Wilson
2019년 4월 18일
편집: David Wilson
2019년 4월 18일
Just convert the 2nd order ODE into Cauchy form. You will of course need 2 initial condtions.
Define x
, now you original equation is re-written as
Of course we will need to know the form of f(z) to solve.
댓글 수: 0
추가 답변 (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!