A homogeneous system of linear equations has the form , where all constant terms on the right-hand side are zero.
A system of three homogeneous equations in three unknowns:
In matrix form: , where is the coefficient matrix and .
| Condition | Type of Solution |
|---|---|
| $ | A |
| $ | A |
Key fact: A homogeneous system is always consistent — the trivial solution always satisfies it.
Gaussian elimination reduces the augmented matrix to row echelon form using elementary row operations.
Solve the homogeneous system:
Augmented matrix:
, :
:
Rank = 2 < 3 unknowns → one free variable. Let :
Solution: for any .
For with :
For with , each variable is found by:
where is the matrix obtained by replacing the -th column of with the column vector .
| | | Interpretation | |-------|---------|----------------| | | any | Unique solution | | | all | Infinitely many solutions or no solution | | | some | Inconsistent (no solution) |
Using the rank of the coefficient matrix and augmented matrix :
| Condition | System Type |
|---|---|
| $\text(A) < \text([A | B])$ |
| $\text(A) = \text([A | B]) = n$ |
| $\text(A) = \text([A | B]) < n$ |