Can the rank of coeffecient matrix be greater than augmented matrix? Also,what is the condition for an inconsistent set of linear equations?
$\endgroup$2 Answers
$\begingroup$The rank of a matrix is the dimension of the span of its columns. The coefficient matrix has fewer columns than the augmented matrix. So, the answer to your first question is no. I don't understand the second one.
$\endgroup$ $\begingroup$For the system $AX=B$ where $A$ is $n×n$ matrix:
- $Rank(A)=Rank(C)=n$ implies unique solution.
- $Rank(A)=Rank(C)<n$ implies infinitely many solutions.
- $Rank(A)<Rank(C)$ implies no solution (inconsistent).