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
統計
MATLAB Answers
0 質問
1 回答
ランク
of 155,243
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
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