EULER method based 1st order ODE solving
版本 1.0.0.0 (1.8 KB) 作者:
Sulaymon Eshkabilov
% Euler forward approximation method to solve IVP ODEs
% [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
引用格式
Sulaymon Eshkabilov (2025). 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. 检索时间: .
MATLAB 版本兼容性
创建方式
R2009b
兼容任何版本
平台兼容性
Windows macOS Linux类别
- MATLAB > Mathematics > Numerical Integration and Differential Equations > Ordinary Differential Equations >
在 Help Center 和 MATLAB Answers 中查找有关 Ordinary Differential Equations 的更多信息
标签
致谢
启发作品: Numerical Methods
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!版本 | 已发布 | 发行说明 | |
---|---|---|---|
1.0.0.0 |