Runga Kutta method 4
Mostrar comentarios más antiguos
I want to solve this equation by Runga kutta method 4.
d2xd/dt2+0.2dx/dt-2.45xd+0.2908xp=
with intial condition
t=to=0
xd=1
xp=0
from t=0 to 100
3 comentarios
James Tursa
el 20 de Ag. de 2020
What have you done so far? What specific problems are you having with your code? Are you allowed to use ode45, or are you required to write your own RK4 code?
Ali
el 20 de Ag. de 2020
Ali
el 13 de Nov. de 2020
Respuesta aceptada
Más respuestas (0)
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!