Let $AX=b$ be a system of linear equations where $A$ is an $m\times n$ matrix and $b$ is an $m\times 1$ column vector.
<aside> 💡 The augmented matrix of this system is defined as the matrix of size $m \times (n+1)$ whose first $n$ columns are the columns of $A$ and the last column is $b$.
</aside>
<aside> 💡
We denote the augmented matrix by $[A|b]$ and put a vertical line between the first $n$ columns and the last column $b$ while writing it.
</aside>
<aside> 💡 0 is always a solution of a homogeneous system of linear equations $AX=0$. This solution is called Trivial Solution.
</aside>
For a homogeneous system, there are only two different possibilities:
In a homogeneous system of equations, if there are more variables than equations, then it is guaranteed to have non-trivial solutions.