Question: Using MATLAB 1.Write the bisect function so that it can take as one of its arguments the name of the function for which roots are
Using MATLAB
1.Write the bisect function so that it can take as one of its arguments the name of the function for which roots are to be calculated.
2. Apply the function create a function named test_func (an m-file in the directory) to calculate: y = 10 x^101.
The analytical root for this function is: 1.023059729842508553500507094526745528731 (to 40 decimal places). What change, if any, to bisect is necessary to achieve greater number of significant digits?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
