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

  1. Obtain and identify pivot and free variables where is the reduced Echelon matrix.
  2. Find Special solution
    1. set a free variable = 1, and others = 0
    2. solve to find the pivot variables

Example

  1. Find the reduced Echelon matrix
  2. where are the pivot variables and are the free variables.
    1. Set a free variable and others and find the pivot variables
    2. Set a free variable and others and find the pivot variables
  3. 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

  1. Find the special solution for and find a particular solution from obtained by Gauss Elimination where is the reduced Echelon matrix
  2. Sum the special solution and particular solution

Example

  1. Find the reduced Echelon matrix where is the and is the
  2. Find the special solution using the method of homogeneous equation
  3. Find the particular solution using
  4. Now, the solution of are the sum of all linear combination of special solution and a particular solution