Determine the highest real root of f(x) = x3
-6x2
+11x – 6.1 (4 Marks)
a. Graphically
b. Using the Newton-Raphson method (3 iterations, xi = 3.5)
c. Using the Secant method (3 iterations, xi-1 = 2.5 and xi=3.5 )
d. Determine all the roots using Matlab built-in functions