Question: MATLAB Part 2: bisection method create a function with the headerline root = findroots(x, y, tol) that will output all of the roots of a


MATLAB
Part 2: bisection method create a function with the headerline root = findroots(x, y, tol) that will output all of the roots of a function (along the interval of x) using the bisection method. This function uses the inputs x which is a vector that has the starting and ending point over which you are looking for roots (x = starting:interval:ending) y which is an inline function (see examples below) tol which is the tolerance used to find the roots (see examples below)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
