Question: Write a script called myRootFindingExercise.m that all points where the following two functions intersect using numerical methods. Use Matlab Problem 1: Root Finding Write a
Write a script called myRootFindingExercise.m that all points where the following two functions intersect using numerical methods. Use Matlab
Problem 1: Root Finding Write a script called myRootFindingExercise.m that all points where the following two functions intersect using numerical methods (you may use fzero if it works...) f1(x) 10 tan-1(x +1) You must make a plot that plots fl and f2, puts a circle around any intersection points of the two functions. Your plot must include: .A title . X and Y axis labels * A correct legend The x range should be set to a reasonable scale. An example of a plot for two different functions (THIS IS NOT WHAT YOUR PLOT LOOKS LIKE) is shown below as a reference of a good plot Root Finding Example Plot This Is Not Your Plot 15 f1(x)-10cos(x+1) o root o root o root3 10 .5 10 -3 2 Problem 1: Root Finding Write a script called myRootFindingExercise.m that all points where the following two functions intersect using numerical methods (you may use fzero if it works...) f1(x) 10 tan-1(x +1) You must make a plot that plots fl and f2, puts a circle around any intersection points of the two functions. Your plot must include: .A title . X and Y axis labels * A correct legend The x range should be set to a reasonable scale. An example of a plot for two different functions (THIS IS NOT WHAT YOUR PLOT LOOKS LIKE) is shown below as a reference of a good plot Root Finding Example Plot This Is Not Your Plot 15 f1(x)-10cos(x+1) o root o root o root3 10 .5 10 -3 2
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
