Solving Linear Systems using Row Echelon Form (REF)
Row Echelon Form (REF)
- A matrix is in row echelon form (REF) if:
- All nonzero rows are above any zero rows.
- The leading coefficient (the first nonzero number from the left) of each nonzero row is strictly to the right of the leading coefficient of the row above it.
- The leading coefficient in each nonzero row is 1, and it is the only nonzero entry in its column.
Types of Solutions for a System of Linear Equations
-
Unique Solution:
- When the matrix reduces to a form where each row corresponds to one variable with no free variables.
-
Infinite Solutions:
- When there are free variables, leading to multiple solutions for the system.
-
No Solution:
- When a contradiction arises (such as a row with only zeros except for the last element, indicating inconsistency).
Example 1: Solving using REF
Consider the matrix:
-
Step-by-step operations:
- Perform row operations to bring the matrix into REF.
- For example: Row operations like ( ), etc., to simplify the matrix.
-
Resulting REF Matrix:
-
This results in a unique solution.
Example 2: Infinite Solutions
For the system:
-
Applying row operations to get to REF:
- ( ), ( ), etc.
-
Resulting REF:
-
This system has infinite solutions, as one variable remains free.
Example 3: No Solution
Consider the system:
-
Row Operations:
- Simplifying the matrix using row operations like ( ).
-
Resulting Matrix:
-
The system gives no solution, as the last row suggests an inconsistency ().
Free Variables and Parametric Form
-
Free Variables:
- Variables that do not have a pivot in the REF matrix. These are set to arbitrary values.
- Example: In the case of infinite solutions, the free variable represents the degrees of freedom in the solution.
-
Parametric Form:
- For systems with free variables, solutions are expressed in parametric form, where one or more variables are treated as free and the other variables are solved in terms of these free variables.