equations with one unknown
1 view (last 30 days)
Show older comments
give:
a. f(x) = –2x^6 – 1.54x^4 + 10x + 2
b. f(x) = 4x –1.8x^2 +1.2x^3 – 0.3x^4
c. f(x) = x^5 – 16.05x^4 + 88.75x^3 –192.0375x^2 + 116.35x + 31.6875
Iteration to relative error less than 0.01%
1.Use "Graphical Method" confirm the possible root location
2.Use "Bisection Method & False Position Method" use initial guess xl=0 and xu=1 or custom start guess
3.Use "Newton-Raphson Method & Secant Method" use initial guess xi=1 or custom start guess
2 Comments
Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!