Newton Raphson Method and Bisection Method
古いコメントを表示
f(x)=114.94253x^2-1.31705x^3-0.00436522x^4-4.72276*10^4
I need to write codes for this function by applying Newton Raphson Method and Bisection Method.
For Bisection Method: a=0 b=48 error=0.0000001
For Newton-Raphson Method: x1=24 error=0.0000001
1 件のコメント
James Tursa
2021 年 12 月 7 日
What have you done so far? What specific problems are you having with your code?
回答 (1 件)
Irem Tas
2021 年 12 月 7 日
カテゴリ
ヘルプ センター および File Exchange で Newton-Raphson Method についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!