EULER method based 1st order ODE solving

% Euler forward approximation method to solve IVP ODEs
583 descargas
Actualizado 12 may 2011

Ver licencia

% [t, y]=EULER_forward_ODE(f, t0, y0, tend, Niter)
% Euler forward approximation method to solve IVP ODEs
% f defines the function f(t,y)
% t0 defines initial value of t
% y0 defines initial value of y

Citar como

Sulaymon Eshkabilov (2024). EULER method based 1st order ODE solving (https://www.mathworks.com/matlabcentral/fileexchange/31426-euler-method-based-1st-order-ode-solving), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2009b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Ordinary Differential Equations en Help Center y MATLAB Answers.
Agradecimientos

Inspiración para: Numerical Methods

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.0.0.0