Sandip Das
Followers: 0 Following: 0
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...
3 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...
3 years 前 | 1