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
Get step-by-step solutions from verified subject matter experts
