Consider the system: An×nXn×1=Bn×1.
- ∣A∣=0⟺Rank A=Rank (A∣B)=n⟺unique solution exists
- ∣A∣=0⟹no solution∨infinitely many solutions
- Rank A<Rank (A∣B)⟹no solutions
- Rank A=Rank (A∣B)<n⟹infinitely many solutions
Methods
Method 1: Direct approach
Used when coefficient matrix A is invertible. It means the system has a unique
set of solutions.
AX=B⟹X=A−1B
Method 2: Cramer’s Rule
Let AX=B, where A is the coefficient matrix and X=(xi)n×1.
xi=∣A∣∣Ai∣
Where Ai is the matrix obtained by replacing ith column in matrix A by
B.
Start with (A∣B). Convert the LHS to
echelon form. The solution can be found
easily. If a contradiction is encountered while solving the equation, then the
system has no solutions.