필터 지우기
필터 지우기

How to solve higher order nonlinear ode in matlab?

조회 수: 15 (최근 30일)
priya anjali
priya anjali 2020년 6월 23일
댓글: priya anjali 2020년 6월 24일
I want to solve non linear higher order ode
6u_x^2+6uu_xx+12uu_x^2+6u^2 u_xx+u_xxxx+a^2 u_xx=0;
where a is constant not equal to zero.
There is no initial value given.
  댓글 수: 5
Ameer Hamza
Ameer Hamza 2020년 6월 24일
Is the value of 'a' known or unknown? Are you trying to find a numerical solution or a symbolic solution?
priya anjali
priya anjali 2020년 6월 24일
It's unknown not equal to zero, both numerical and symbolic.

댓글을 달려면 로그인하십시오.

답변 (1개)

Ameer Hamza
Ameer Hamza 2020년 6월 23일
You need to convert the higher-order (say n-th order) ODE equation into a system of n first-order ODE equations. See this example: https://www.mathworks.com/help/matlab/ref/ode45.html#bu3uj8b

카테고리

Help CenterFile Exchange에서 Symbolic Math Toolbox에 대해 자세히 알아보기

태그

제품


릴리스

R2018b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by