what's the difference between Secant , Newtons, fixed-point and bisection method
古いコメントを表示
what's the difference between Secant , Newtons, fixed-point and bisection method to implement function x^2 + x^ 4 + 6 = x^3 + x^5 + 7 to find the first 11 values of iteration in matlab
2 件のコメント
KSSV
2021 年 6 月 8 日
What have you attempted for the home work?
John Grand
2021 年 6 月 9 日
編集済み: John Grand
2021 年 6 月 9 日
回答 (1 件)
Sulaymon Eshkabilov
2021 年 6 月 9 日
0 投票
You can learn Secant method from this nice tutorial: https://www.youtube.com/watch?v=1fJbbtcrXco
NR method from this discussion of MATLAB community: https://www.mathworks.com/matlabcentral/answers/107508-solving-a-nonlinear-equation-using-newton-raphson-method
カテゴリ
ヘルプ センター および File Exchange で Fixed-Point Designer についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!