Question: NEED MATLAB CODE of these methods asap Write a program for each of the following root-finding methods:* (1) Bisection method, (2) Newton's method, (3) Secant

NEED MATLAB CODE of these methods asap
Write a program for each of the following root-finding methods:* (1) Bisection method, (2) Newton's method, (3) Secant method. Use your programs to find approximations to within 10^-4 to the roots of the following functions.Use |x_{k+1}-x_kl as a measure of error in the iteration. (a) x^3+x^2+2x=0 (b) e^x-x-1=0 Perform numerical experiments with various initial choices, and record the results. *You may consult the codes provided by the textbook
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
