help matlab

  • Thread starter Thread starter lorenzomaccioni
  • Start date Start date
L

lorenzomaccioni

Devo svolgere con matlab problema di equazioni differenziali con
eulero trapezi usando function e non la funzione ODE!...
Grazie anticipatamente
L.M.

i need to resolve with matlab differenzial equation with eulero
(trapezi) method without use ode functin. i need just use simple
matlab function.
t u
L.M.
 
Devo svolgere con matlab problema di equazioni differenziali con
eulero trapezi usando function e non la funzione ODE!...
Grazie anticipatamente
L.M.

i need to resolve with matlab differenzial equation with eulero
(trapezi) method without use ode functin. i need just use simple
matlab function.
t u
L.M.

Quite straightforward to program in MATLAB, but not the most stable or
accurate method for solving ODE. Write down the math for the basic step,
then express this in MATLAB.
 
Back
Top