(P2025 - 1S) METODOS NUMERICOS A
Gaussian Elimination
After reading this section, you should be able to:
- solve a set of simultaneous linear equations using Naïve Gauss elimination,
- learn the pitfalls of the Naïve Gauss elimination method,
- understand the effect of round-off error when solving a set of linear equations with the Naïve Gauss elimination method,
- learn how to modify the Naïve Gauss elimination method to the Gaussian elimination with partial pivoting method to avoid pitfalls of the former method,
- find the determinant of a square matrix using Gaussian elimination, and
- understand the relationship between the determinant of a coefficient matrix and the solution of simultaneous linear equations.
317.0 KB