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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started