Question: Write python programs to implement i) the Secant Method and ii) the Method of False Positions. Apply both algorithms as well as the Newtons algorithm
Write python programs to implement i) the Secant Method and ii) the Method of False Positions. Apply both algorithms as well as the Newtons algorithm to find the roots of the polynomial f(x) = 230x 4 + 18x 3 + 9x 2 221x 9 in the intervals a) [1, 0] and b) [0, 1]. Attempt to approximate the roots within 10^6 using each method. You may use the end points of each interval as initial approximation for the Secant method and the method of False Positions and use the mid-point for Newtons method. Tabulate your findings and insure that the roots are bracketed by the method of False Position.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
