Any system of linear equations can be represented in matrix notation as shown
below.
- a11x+a12y+a13z=b1
- a21x+a22y+a23z=b2
- a31x+a32y+a33z=b3
a11a21a31a12a22a32a13a23a33xyz=b1b2b3⟹AX=B
2 types based on B:
Number of solutions
A system of equations can have 0 or 1 or infinitely many solutions.
Consistent
When the system of equations has at least 1 solution.
Inconsistent
When the system of equations has no solution.