Chapter 04.06 Gaussian Elimination Method
Learning Objectives
After reading this chapter, 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.
Learning Activity
Quiz: 04.06.1: Easy Level: Gaussian Elimination Method
Quiz: 04.06.2: Intermediate Level: Gaussian Elimination Method