How to solve higher order nonlinear ode in matlab?

22 visualizaciones (últimos 30 días)
priya anjali
priya anjali el 23 de Jun. de 2020
Comentada: priya anjali el 24 de Jun. de 2020
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 comentarios
Ameer Hamza
Ameer Hamza el 24 de Jun. de 2020
Is the value of 'a' known or unknown? Are you trying to find a numerical solution or a symbolic solution?
priya anjali
priya anjali el 24 de Jun. de 2020
It's unknown not equal to zero, both numerical and symbolic.

Iniciar sesión para comentar.

Respuestas (1)

Ameer Hamza
Ameer Hamza el 23 de Jun. de 2020
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

Categorías

Más información sobre Symbolic Math Toolbox en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by