Info
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
i have solve this equation using ode45 now i want to know how to solve using ode113 and ode23
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
d2x/dt2 +4x=12t
1 comentario
Roger Stafford
el 22 de Dic. de 2016
You don’t need to use Matlab to solve this simple differential equation. Its solution is well known to be:
x = a*sin(2*t)+b*cos(2*t)+3*t
where the constants a and b are determined by initial conditions.
Respuestas (0)
La pregunta está cerrada.
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!