Part 1: Write a function secant.m which computes the sequence associated with the secant method for an input function expression and two initial points. Have the function continue until the absolute error between successive approximations is zero o

1 view (last 30 days)
Need help with this question
Part 1: Write a function secant.m which computes the sequence associated with the secant method for an input function expression and two initial points. Have the function continue until the absolute error between successive approximations is zero or it exceeds 20 iterations.

Answers (0)

Categories

Find more on Startup and Shutdown in Help Center and File Exchange

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!