Determine the positive real root of Inx=0.7 using MATLAB.
a) Using three iterations of the bisection method, with initial guesses of x=0.5 and xu=2.
b) Using three iterations of the false-position method, with the same initial guesses as x=0.5 and xu=2.
Compare the results of both the bisection method and false position method graphically using MATLAB.