
- •How are a set of equations solved numerically?
- •Forward Elimination of Unknowns:
- •Back Substitution:
- •What are the techniques for improving Naïve Gauss Elimination Method?
- •How does Gaussian elimination with partial pivoting differ from Naïve Gauss elimination?
- •Can we use Naïve Gauss Elimination methods to find the determinant of a square matrix?
- •What if I cannot find the determinant of the matrix using Naive Gauss Elimination method, for example, if I get division by zero problems during Naïve Gauss Elimination method?
- •Key Terms:
What if I cannot find the determinant of the matrix using Naive Gauss Elimination method, for example, if I get division by zero problems during Naïve Gauss Elimination method?
Well, you can apply Gaussian Elimination with Partial Pivoting. However, the determinant of the resulting upper triangular matrix may differ by a sign. The following theorem applies in addition to the previous two to find determinant of a square matrix.
Theorem 3:
Let [A] be a nxn matrix. Then, if [B] is a matrix that results from switching one row with another row, then det (B) = - det (A).
Example 6
Find the determinant of
Solution
Remember from that at the end of the forward elimination steps of Gaussian elimination with partial pivoting, we obtained
Since rows were switched once during the forward elimination steps of Gaussian elimination with partial pivoting,
.
Prove
det (A)
=
Proof:
[A] [A]-1 = [I]
If [A] is a nxn matrix and det (A) 0, what other statements are equivalent to it?
[A] is invertible.
[A]-1 exists.
[A] [X] = [C] has a unique solution.
[A] [X] = [0] solution is [X] =
[A] [A]-1 = [I] = [A]-1 [A].
Key Terms:
Naïve Gauss Elimination
Partial Pivoting
Determinant
INTRODUCTION OF MATRIX ALGEBRA |
|
|
Topic |
Gaussian Elimination |
|
Summary |
Textbook notes on Gaussian Elimination |
|
Major |
All Majors of Engineering |
|
Authors |
Autar Kaw |
|
Last Revised |
|
|
Web Site |
http://numericalmethods.eng.usf.edu |