1. (25 pts) Use Bisection method to find a root of equation 9x² – 100 = 0. Initial guesses a and b should be such that f
Posted: Thu May 05, 2022 1:39 pm
1. (25 pts) Use Bisection method to find a root of equation 9x² – 100 = 0. Initial guesses a and b should be such that f(a) f(b) ≤ 0. Submit: (a) Script file named nine one.m. (b) Your output showing a, f(a), m, ƒ(m), b, f(b), root at each iteration until it converges to the root 3.3333 as shown in the lecture notes.