Community Profile

photo

Sandip Das


Last seen: más de 2 años hace Con actividad desde 2021

Estadísticas

  • First Answer

Ver insignias

Content Feed

Ver por

Respondida
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...

más de 2 años hace | 0

Respondida
Runge-Kutta 4th order method
%Published in 25 July 2021 %Sandip Das clc; clear all; dydt=input('Enter the...

más de 2 años hace | 1