help matlab

G

Guest

Guest
Archived from groups: comp.sys.ibm.pc.hardware.chips (More info?)

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.
 
Archived from groups: comp.sys.ibm.pc.hardware.chips (More info?)

"lorenzomaccioni@hotmail.com" wrote:
>
> 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.