How to solve higher order nonlinear ode in matlab?
Mostra commenti meno recenti
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 Commenti
Ameer Hamza
il 23 Giu 2020
The notation is not clear. Can you attack the equation in latex format?
priya anjali
il 23 Giu 2020
priya anjali
il 23 Giu 2020
Ameer Hamza
il 24 Giu 2020
Is the value of 'a' known or unknown? Are you trying to find a numerical solution or a symbolic solution?
priya anjali
il 24 Giu 2020
Risposte (1)
Ameer Hamza
il 23 Giu 2020
2 voti
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
Categorie
Scopri di più su Ordinary Differential Equations in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!