![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/24389461_1634621524422_DEF.jpg)
Manoj Kumar Ghosh
Indian Institute of Technology Jodhpur
Followers: 0 Following: 0
Inhibiting analytical barrier.
Programming Languages:
MATLAB
Spoken Languages:
English
MATLAB
Spoken Languages:
English
Feeds
답변 있음
Runge-Kutta 4th Order on a 2nd Order ODE
clc clear all n=10000; x=linspace(1,3,n+1); y0=[0;2/3]; h=(x(end)-x(1))/n; f=@(x,y,z) ([z;((5*z)/(3*x)-(5*y)/(3*x.^2))]) %...
Runge-Kutta 4th Order on a 2nd Order ODE
clc clear all n=10000; x=linspace(1,3,n+1); y0=[0;2/3]; h=(x(end)-x(1))/n; f=@(x,y,z) ([z;((5*z)/(3*x)-(5*y)/(3*x.^2))]) %...
2년 초과 전 | 0