Question: Using MATLAB make a code that performs Incremental Search to find all of the positive Sign Positive roots of the following function. changes that performs

Using MATLAB make a code that performs Incremental Search to find all of the positive Sign Positive roots of the following function. changes that performs an open method similar to Newton Raphson method and find all the F(x)-e" * sin(x)cos(x)(x-8)+erfc(x)-21 Whenever a sign changes occur, you have a lower and upper bound on the root. Use your upper bound in each interval for your initial guess for the open method. Since the above equation is not easily differentiable, approximate the derivative using A backward finite difference. To start the finite difference, use the upper bound as initial guess And the lower bound as a second(previous) initial guess if needed. Explain the lines of the code and make is as simple as possible
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
