The document describes using numerical methods to find the root of an equation. It defines functions for the equation and its derivative, then iteratively calculates values using the initial guess and derivative until the difference between values is less than the desired accuracy.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
19 views
Successive Approximation Method
The document describes using numerical methods to find the root of an equation. It defines functions for the equation and its derivative, then iteratively calculates values using the initial guess and derivative until the difference between values is less than the desired accuracy.