Write a Matlab function called Root_NR that finds the root of a function using the Newton-Raphson Method.
• The input parameters are the name of the function and its derivative as well as the initial estimate for the root xo
• The output is the value of the root x