admin 发表于 2022-3-30 18:41:21

1st order ode's numerical solution with euler method in matlab

The following Matlab project contains the source code and Matlab examples used for 1st order ode's numerical solution with euler method. %%%%%%%%%%%%%%%%%% 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
页: [1]
查看完整版本: 1st order ode's numerical solution with euler method in matlab