Nonlinear differential equations
Mostrar comentarios más antiguos
Hi,
How can i solve a system of nonlinear differential equations using Matlab?? here is an example of what i'm talking about it's not the problem that i'm working in but it had the same form. //// x'=3x+y//// y'=y-x+y^4+z^4//// z'=y+z^4+y^4+3/// the ' means the derivative. i'll appreciate your help, best regards!
Respuesta aceptada
Más respuestas (3)
Zaynab
el 6 de Abr. de 2012
1 comentario
Drake Sorkhab
el 25 de Feb. de 2021
Omg this code saved me ty
seelam sreekanth
el 27 de Mzo. de 2015
0 votos
Hi how can i solve the following equation 2f"'-(f')^2+f”-f’=0 f(0)=0, f’(0)=0 by using MAT lab
note: the ' means the derivative
1 comentario
Torsten
el 27 de Mzo. de 2015
One additional boundary condition is missing ...
Best wishes
Torsten.
Aikumys Arkenova
el 4 de Mayo de 2020
0 votos
Hello!!!
How i can solve this equaion?
y'(t)=-y(t)+e^tauy(t-tau)g(x(t-tau))
Categorías
Más información sobre Ordinary Differential Equations en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!