Numerical Methods Lab 3
Numerical Methods Lab 3
Lab Sheet 3
Newton Method
ALGORITHM Newtons Method
Secant Method
ALGORITHM Secant
Take reasonable value of tolerance in all of below problem (e.g. tolerance = 0.001)
1. Find all three roots of the equation
Using Newtons Method. Use the following graph for guessing the roots.
Guess initial
Find what happens if you begin with x0=0. Explain the result.
3. Implement the secant method to find the roots of
the below figure.