Please write a MATLAB code to find the roots of the function
Please write a MATLAB code to find the roots of the function by using Newton\'s/Newton-Raphson method
(Hint: Try with initial guess of 1 and 3.)
Please show the steps and codes, thank you !
Solution
% Find the root of f(x)=x^6-3x^3+2.25 using Newton Raphson method

