Page 1 of 1

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
by answerhappygod
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 1
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 1 (51.68 KiB) Viewed 34 times
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.