Feeds
已回答
code of euler's method
%Published in 19th july 2021 %Sandip Das clc clear all dydt=input('\n Enter the function : '); x0=input('\n Enter initia...
code of euler's method
%Published in 19th july 2021 %Sandip Das clc clear all dydt=input('\n Enter the function : '); x0=input('\n Enter initia...
4 years 前 | 0
已回答
Runge-Kutta 4th order method
%Published in 25 July 2021 %Sandip Das clc; clear all; dydt=input('Enter the...
Runge-Kutta 4th order method
%Published in 25 July 2021 %Sandip Das clc; clear all; dydt=input('Enter the...
4 years 前 | 1
