Write a MATLAB program (script) that ?nds one root of a polynomial equation using the Bisection method. A script ?le in MATLAB is a ?le that contains a sequence of MATLAB statements. Script ?les have a ?lename extension .m and are often called M-?les. The Bisection method for ?nding a root of a polynomial equation will be discussed in class.
Test your program with the functions and intervals given in the sample interaction handout.