Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

How to solve odes without using ode package rather using RK4 method.

1 visualización (últimos 30 días)
Atom
Atom el 26 de Jun. de 2013
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
How to solve system of ODES without using Ode package rather using RK4 method and plot(t,y1,t, y2,t, y3).
dy1/dx = 3*y1+y2; dy2/dx = y2-y1+y2^4+y3^4; dy3/dx = y2+y3^4+3+y2^4; Initial condition: [0 1 1].

Respuestas (0)

La pregunta está cerrada.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by