The document outlines a MATLAB implementation of the Secant Method to solve the equation e^(-x) - x = 0. It initializes values, iterates to find the root, and calculates both relative and true errors while checking for convergence. The process continues until either convergence is achieved or the maximum number of iterations is reached.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
5 views2 pages
Secant
The document outlines a MATLAB implementation of the Secant Method to solve the equation e^(-x) - x = 0. It initializes values, iterates to find the root, and calculates both relative and true errors while checking for convergence. The process continues until either convergence is achieved or the maximum number of iterations is reached.