Solve a second order differential equation in matlab?
Mostrar comentarios más antiguos
I have to solve the equation d2y/dx2+.5dy/dx+7y=0 with initial conditions y(0)=4 y'(0)=0 with x ranging from 0 to 5 with a step size of .5. How do I go about doing this?
Respuesta aceptada
Más respuestas (2)
Jaisai Pranav Yannam
el 11 de Feb. de 2021
0 votos
y''+16y=2 cos^2x,y(0)=0,y'(0)=1
Ritu Rani
el 6 de Oct. de 2021
0 votos
Categorías
Más información sobre Numerical Integration and 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!