[Solved] Following Function Multiple Zeros X 5 1 See Plot Fx Cos 2x Eo3x 12 0 04 02 0 02 04 06 08 Q37216456

The following function has multiple zeros for x between -5 and 1 (see plot below). fx)cos(2x) eo3x 1.2 0 0.4 0.2 0 -0.2 0.4 -0.6 -0.8 Create a Matlab function bisection that has two arguments (one for the initial low bound and one for the initial high bound) and will use 20 rounds of bisection to find the zero of the function above. The user will thus be able to specify the region of interest. a. Use your bisection function to find the solution between -3 and -2. Example: >> bisection (-4,-3) ans -3.9270 Use a built-in Matlab solving function to find the root of f (x) (this is a good way to check your solution to part a). b. Show transcribed image text The following function has multiple zeros for x between -5 and 1 (see plot below). fx)cos(2x) eo3x 1.2 0 0.4 0.2 0 -0.2 0.4 -0.6 -0.8 Create a Matlab function bisection that has two arguments (one for the initial low bound and one for the initial high bound) and will use 20 rounds of bisection to find the zero of the function above. The user will thus be able to specify the region of interest. a. Use your bisection function to find the solution between -3 and -2. Example: >> bisection (-4,-3) ans -3.9270 Use a built-in Matlab solving function to find the root of f (x) (this is a good way to check your solution to part a). b.
Expert Answer
Answer to The following function has multiple zeros for x between -5 and 1 (see plot below). fx)cos(2x) eo3x 1.2 0 0.4 0.2 0 -0.2 … . . .
OR

