Question: Develop a function for the modified secant method function root = modSecant ( func , x r , delta, es , maxlterations ) x r

Develop a function for the modified secant method
function root = modSecant(func,xr, delta, es, maxlterations)
xr=xr-xrf(xr)f(xr+xr)-f(xr)
Test the function with:
f(x)=5x3-2x2+x-3.4
Using xr=1.5, delta 00.02, es 0.0001, and maxit =50. Plot the results.
root =0.9470
Please do in matlab and generate the plot below identical
 Develop a function for the modified secant method function root =

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

To solve this problem using the modified secant method we can define a MATLAB function modSecant as ... View full answer

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!