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]