EULER method based 1st order ODE solving

% Euler forward approximation method to solve IVP ODEs
583 Downloads
Updated 12 May 2011

View License

% [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

Cite As

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. Retrieved .

MATLAB Release Compatibility
Created with R2009b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Acknowledgements

Inspired: Numerical Methods

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0.0