solve this without use AI
(a)
Find an interval of unit length which contains the smallest positive root of equation x3-3x-1=0.Take the end points of this interval as initial approximation and perform four iteration of Regula falsi method. (b) Find an interval of unit length which contains the smallest negative root in magnitude of the equation 2x3+3x2+2x+5=0.Using the end points of this interval as initial approximation, perform five iteration of the Bisection method. (c) Find an interval of unit length which contain the smallest positive root of the approximation, perform four iteration of Newton-Raphson Method.