Problem 3: Based on the results of problem 2, find the rate of convergence of the methods used and list the results in a
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Problem 3: Based on the results of problem 2, find the rate of convergence of the methods used and list the results in a
Problem 2: Find one root (accurate to 3 significant digits: tol=104) of the nonlinear algebraic equation written below using the methods listed below. For each method, use hand calculations and hand-writing in detils for the first 2 iterations. For the rest of the iterations, use the computational tool you know best (excel, C++ or Matlab prgramming...etc). x? - 2.2x² = 5.31x - 7.812 (a) The Bisection method; find the bracket and calculate the number of iterations required to reach the tolerance stated. (b) The Newton-Raphson method (use exact derivative) with initial guess xo=0. (c) The Newton-Raphson method with the derivative evaluated numerically (use E =10**)... initial guess Xo=0. (d) The Secant Method with xo=0.33; x1=0.331 The termination criterion/tolerancelerror bound (all synonymous) is given above.