Solutions of Homogenous Systems

1 min read Last updated Sat Jun 27 2026 08:46:52 GMT+0000 (Coordinated Universal Time)

A system of the form:

Am×nXn×1=Om×1A_{m\times n}X_{n\times 1}=O_{m\times 1}

Always consistent: X=OX=O is always a solution.

Solution Types

  • Trivial solution
    X=OX = O. Exists in every homogenous system.
  • Non-trivial solution
    Any XOX \neq O that satisfies the system.

Conditions

  • Rank A=n    \text{Rank }A = n \iff unique solution (trivial only)
  • Rank A<n    \text{Rank }A < n \implies infinitely many solutions (non-trivial solutions exist)

Null Space

The complete solution set of AX=OAX = O is the null space of AA.

Was this helpful?