1st order ODE's numerical solution with EULER method

[t, y]=EULER_modified_ODE(f, t0, y0, tend, Niter)
477 téléchargements
Mise à jour 12 mai 2011

Afficher la licence

%%%%%%%%%%%%%%%%%% EULER_modified_ODE.m %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Euler modified 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

Citation pour cette source

Sulaymon Eshkabilov (2024). 1st order ODE's numerical solution with EULER method (https://www.mathworks.com/matlabcentral/fileexchange/31429-1st-order-ode-s-numerical-solution-with-euler-method), MATLAB Central File Exchange. Extrait(e) le .

Compatibilité avec les versions de MATLAB
Créé avec R2009b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Ordinary Differential Equations dans Help Center et MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
1.0.0.0