Matlab
Consider f(x) = x^3 - x. Plot it. (a) Use Newton's method withp_0 =1.5 to find an approximation to a root with tolerance TOL =0.01. (b) Use secant method with p_0 = 0.5 , p_1 =1.5, to answersame question as (a). (c) Use Method of False position with initialapproximate roots as in (b).