統計
MATLAB Answers
2 質問
0 回答
ランク
of 153,912
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
what is wrong with this euler method code?
x=0; y=0; a=0; b=5; h=.01; n=(b-a)/h; for i=1:n x(i)=a+(i-1)*h; x(i+1)=a+i*h; f = y(i)-5-exp(x(i)/2)s...
10年以上 前 | 1 件の回答 | 0
1
回答質問
won't run euler method
x=0 y=1 a=0 b=5 h=0.1 n=(b-a)/h; f(x(i),y(i))= -2*y(i)+2-e^(-4*x(i)) for i=1:n x(i)=a+(i-1)*h ...
10年以上 前 | 2 件の回答 | 0