
Non-Linear Coupled First-Order ODEs (with multiple derivative terms in each equation).
조회 수: 3 (최근 30일)
이전 댓글 표시
I have looked extensively, and was not able to solve a system like this on Matlba. All this while, I have used Mathematica to solve this system of ODEs.
G
-
-
= 0
The inlet B.C.s can be m1,m2 and m3 (any numeric value). I want to solve this with ODE45 or a similar built in solver.
댓글 수: 0
채택된 답변
Alan Stevens
2021년 1월 16일
These ode's can be rearranged as follows:

As long as you know initial values for a, b and c, then given that you know everything else on the right-hand side of these equations, you can use ode45 to solve them.
추가 답변 (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!