Question

1. Write a function that implements the parabolic interpolation called parabolic_[yourname].m. It should have inputs for the function, 3 guesses, the stopping criterion, and max iterations. The program should output the x and f(x) for the minima, the number of iterations, and the approximate error. Upload the .m file to Canvas.