This section covers the Echelon Form of a matrix, the rank of a matrix, and methods for solving systems of linear equations including Gaussian elimination and the matrix inversion method.
A matrix is in Echelon Form (Row Echelon Form) if:
A matrix is in Reduced Echelon Form if it satisfies all Echelon Form conditions plus:
Example:
The rank of a matrix , denoted or , is the number of non-zero rows in its Echelon Form.
Key facts:
Example: If a matrix reduces to: then (two non-zero rows).
To find for an matrix :
Step 1: Form the augmented matrix .
Step 2: Apply elementary row operations to reduce the left block to .
Step 3: The right block becomes :
Failure condition: If a row of all zeros appears on the left side during reduction, then , the matrix is singular, and does not exist.
A non-homogeneous system has the form where .
If , the unique solution is:
Example: Solve the system:
Write as :
Find using the Gauss-Jordan method, then compute .
For a system with :
where , , are obtained by replacing the 1st, 2nd, 3rd column of with respectively.
Step 1: Write the augmented matrix .
Step 2: Apply row operations to reduce to Echelon Form.
Step 3: Use back-substitution to find , , .
Consistency check:
A homogeneous system has the form . It always has the trivial solution .
The system has non-trivial solutions if and only if:
Step 1: Write the augmented matrix .
Step 2: Reduce to Echelon Form using row operations.
Step 3:
Example: Solve where:
If , reduce to Echelon Form and express the free variables in terms of a parameter .
| Method | System Type | Condition | Solution |
|---|---|---|---|
| Matrix Inversion | |||
| Cramer's Rule | |||
| Gaussian Elimination | or | Any | Back-substitution |
| Homogeneous | Non-trivial solutions exist |