統計
MATLAB Answers
3 質問
0 回答
ランク
of 168,407
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
why there is a small error in these simple calculations?
3e-4-3*10^-4 sum=0; for i=1:1000 sum=sum+0.001; end sum_output=sum this gives an answer of -5.4210108...
6年以上 前 | 1 件の回答 | 0
1
回答質問
why my adaptive RK4 code cannot be as efficient as ode45?
I wrote a code of adaptive RK4 method, the tolerance can be changed, and the idea is based on wikipedia (compare the difference ...
6年以上 前 | 1 件の回答 | 0
1
回答質問
what's the difference in accuracy between solving a stiff problem by ode15s and ode45?
It seems ode45 can also solve a stiff problem, but takes more time ( there are more data on finer grid as well, but the curve is...
6年以上 前 | 2 件の回答 | 0
