Newton's iteration
古いコメントを表示
Consider the following Newton iteration formula x n+1 =(1/3) (2xn-R/xn^2) , Does it converge for x0 does not equal 0? if so, to what values?
3 件のコメント
Walter Roberson
2011 年 9 月 29 日
This appears to be a mathematical question, not a question about MATLAB.
Walter Roberson
2011 年 9 月 29 日
This posting too needs proper bracketing.
Jan
2011 年 9 月 29 日
@Diyora: You've posted 3 homework questions without showing any effort. This is not a good start in a forum. We are not an answering machine.
If you show, what you have done so far and ask for specific problems, it is more liekly that other users spend time for helping you.
回答 (1 件)
William
2011 年 9 月 29 日
0 投票
Do you have the symbolic toolbox? If so syms x n
(Formula)
カテゴリ
ヘルプ センター および File Exchange で Symbolic Math Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!