Skip to content

Opening book details…

About this document

Secant Method MATLAB Implementation by sofianina05 is a document available to read on EtoBox.

This document describes the secant method for finding the root of a function. It provides the MATLAB code for implementing the secant method algorithm. The code takes in a function, initial values, tolerances, and maximum iterations. It iterates until the change in the root value or function value is below the tolerances or the maximum iterations is reached. The code returns the root, function value, error estimate, and history of iterations.

Author
sofianina05
Language
EN