How to solve higher order nonlinear ode in matlab?

21 次查看(过去 30 天)
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