統計
MATLAB Answers
2 質問
0 回答
ランク
of 175,891
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Not able to stop value of iterations
This is my code. I get my x value correctly, and stops there. The if condition is not iterating and I'm not able to find the roo...
5年以上 前 | 1 件の回答 | 0
1
回答質問
My code says too many output arguments
function newton x0 = input('Enter the initial guess value, x: '); tolerance = input('Enter the tolerance value, tol: '); max_...
5年以上 前 | 1 件の回答 | 0
