統計
MATLAB Answers
2 質問
0 回答
ランク
of 174,520
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Problem with MuPAD command while solving Schrodinger Equation for Morse Potential
<</matlabcentral/answers/uploaded_files/88573/Schrodinger.jpg>> I'm trying to solve this problem with the following command b...
8年以上 前 | 0 件の回答 | 0
0
回答質問
Problem in code for Newton Raphson Method
if true % code function x = newton(x0) tolerance = 10^(-8); error = 999; x = x0; while error>tolerance f = x-x^...
9年弱 前 | 1 件の回答 | 0
