Community Profile

photo

Manoj Kumar Ghosh


Indian Institute of Technology Jodhpur

Last seen: 1 year ago Active since 2022

Followers: 0   Following: 0

Inhibiting analytical barrier.

Programming Languages:
MATLAB
Spoken Languages:
English

Statistics

  • First Answer
  • First Review

View badges

Feeds

View by

Answered
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))]) %...

1 year ago | 0