Project 7: Error Analysis in Numerical Methods
1. Solve a nonlinear equation using multiple methods (Bisection, Newton-Raphson, and Fixed-point iteration).
2. Analyze the convergence rate and error for each method.
3. Solve a linear system using direct methods (Gaussian elimination, LU decomposition) and iterative methods (Jacobi, Gauss-Seidel).
4. Perform a detailed error analysis for each method, including round-off and truncation errors.