Use newton's method to calculate (b)^(1/2) for a given value of b. Obtain the value of (3)^(1/2). Count the number of iterations required to obtain matlab long format accuracy. Also submit matlab code. Now apply newton's method to find the root of x^3-3x^2+3x-1=0. Count the number of iterations required to converge upto 10 decimal point accuracy.