Question: Using MATLAB program, Create a function modi(function, x0, n) that takes an arbitrary function and returns the root using the modified secant method. -In the

Using MATLAB program,

Create a function modi(function, x0, n) that takes an arbitrary function and returns the root using the modified secant method.

-In the modified secant method, the delta should be 1/100 * Xr in each iteration

-In the output_modi.txt file, Xold, f (xold), delta, f '(xold), Xr, and Ea should be output in each iteration.

-Stopping criterion is to calculate the Es by inputting n required number.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!