EULER method based 1st order ODE solving

% 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 (2026). EULER method based 1st order ODE solving (https://ww2.mathworks.cn/matlabcentral/fileexchange/31426-euler-method-based-1st-order-ode-solving), MATLAB Central File Exchange. 检索时间: .

致谢

启发作品: Numerical Methods

一般信息

MATLAB 版本兼容性

  • 兼容任何版本

平台兼容性

  • Windows
  • macOS
  • Linux
版本 已发布 发行说明 Action
1.0.0.0