Numerical_Methods_Study_Material
Numerical_Methods_Study_Material
2. Error Analysis
Types of Errors:
Example: Calculate absolute and relative errors when the true value is 2.718 and the
approximation is 2.7.
3. Root-Finding Methods
Bisection Method: Iteratively narrows down the interval containing a root.
Example: Interpolate the value of f(2.5) for data points (1, 1), (2, 4), (3, 9).
Iterative Methods: Jacobi and Gauss-Seidel methods for solving large systems.