Definition
where
The number of unknowns(n) > the number of equations(m) usually has infinitely many or no solutions.
Solution
Homogeneous Under-Constrained System
solving the homogeneous under-constrained linear system
- Obtain and identify pivot and free variables where is the reduced Echelon matrix.
- Find Special solution
- set a free variable = 1, and others = 0
- solve to find the pivot variables
Example
- Find the reduced Echelon matrix
- where are the pivot variables and are the free variables.
- Set a free variable and others and find the pivot variables
- Set a free variable and others and find the pivot variables
- Now, the solutions^[null space] are all linear combinations of special solution
Non-Homogeneous Under-Constrained System
solving the non-homogeneous under-constrained linear system
- Find the special solution for and find a particular solution from obtained by Gauss Elimination where is the reduced Echelon matrix
- Sum the special solution and particular solution
Example
- Find the reduced Echelon matrix where is the and is the
- Find the special solution using the method of homogeneous equation
- Find the particular solution using
- Now, the solution of are the sum of all linear combination of special solution and a particular solution