Question: it is MATLAB Normal No Spacing Heading 1 Heading 2 Part 2: bisection methood create a function with the headerline root -findroots(x, y, tol) that


it is MATLAB
Normal No Spacing Heading 1 Heading 2 Part 2: bisection methood 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:intervalkending) y which is an inline function (see examples below) tol which is the tolerance used to find the roots (see examples below) Note: y is a function NOT an array Output the roots in the array root. Rules: you cannot use the functions roots, fzero or feval Test your function y inline('cos(x)-x', 'x') >R findroots(0:0.1:2, y, 0.0001) 0.7391 >> y inline('cos (x)', 'x'); R findroots(e:e.1:10, y, e.eee1) 1.5707 4.7123 7.8539 EEO Focus LE English (US) 0 3 4 5
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
