Concept:
Consider the system of m linear equations
a11 x1 + a12 x2 + … + a1n xn = b1
a21 x1 + a22 x2 + … + a2n xn = b2
…
am1 x1 + am2 x2 + … + amn xn = bm
The above equations containing the n unknowns x1, x2, …, xn. To determine whether the above system of equations is consistent or not, we need to find the rank of following matrices.
\(A = \left[ {\begin{array}{*{20}{c}}{{a_{11}}}&{{a_{12}}}& \ldots &{{a_{1n}}}\\{{a_{21}}}&{{a_{22}}}& \ldots &{{a_{2n}}}\\ \ldots & \ldots & \ldots & \ldots \\{{a_{m1}}}&{{a_{m2}}}& \ldots &{{a_{mn}}}\end{array}} \right]\) and \(\left[ {A{\rm{|}}B} \right] = \left[ {\begin{array}{*{20}{c}}{{a_{11}}}&{{a_{12}}}& \ldots &{{a_{1n}}}&{{b_1}}\\{{a_{21}}}&{{a_{22}}}& \ldots &{{a_{2n}}}&{{b_2}}\\ \ldots & \ldots & \ldots & \ldots & \ldots \\{{a_{m1}}}&{{a_{m2}}}& \ldots &{{a_{mn}}}&{{b_m}}\end{array}} \right]\)
A is the coefficient matrix and [A|B] is called as augmented matrix of the given system of equations.
We can find consistency of the given system of equations as follows:
(i) If the rank of matrix A is equal to rank of augmented matrix and it is equal to number of unknowns, then system is consistent and there is a unique solution.
Rank of A = Rank of augmented matrix = n
(ii) If the rank of matrix A is equal to rank of augmented matrix and it is less than the number of unknowns, then system is consistent and there are infinite number of solutions.
Rank of A = Rank of augmented matrix < n
(iii) If the rank of matrix A is not equal to rank of augmented matrix, then system is inconsistent, and it has no solution.
Rank of A ≠ Rank of augmented matrix
Calculation:
The given system of equations can be represented in a matrix form as shown below.
\(A = \left[ {\begin{array}{*{20}{c}}1&{ - 1}&{ - 3}\\2&0&1\\0&{ - 2}&{ - 7}\end{array}} \right],\;X = \left[ {\begin{array}{*{20}{c}}x\\y\\z\end{array}} \right],\;B = \left[ {\begin{array}{*{20}{c}}3\\0\\\alpha \end{array}} \right]\)
The Augmented matrix can be written by
\(\left[ {A{\rm{|}}B} \right] = \left[ {\begin{array}{*{20}{c}}1&{ - 1}&{ - 3}\\2&0&1\\0&{ - 2}&{ - 7}\end{array}{\rm{|}}\begin{array}{*{20}{c}}3\\0\\\alpha \end{array}} \right]\)
R2 → R2 – 2R1
\(= \left[ {\begin{array}{*{20}{c}}1&{ - 1}&{ - 3}\\0&2&7\\0&{ - 2}&{ - 7}\end{array}{\rm{|}}\begin{array}{*{20}{c}}3\\{ - 6}\\\alpha \end{array}} \right]\)
R3 → R3 + R2
\(= \left[ {\begin{array}{*{20}{c}}1&{ - 1}&{ - 3}\\0&2&7\\0&0&0\end{array}{\rm{|}}\begin{array}{*{20}{c}}3\\{ - 6}\\{\alpha - 6}\end{array}} \right]\)
To have a solution, rank of A should be equal to rank of augmented matrix [A|B]
⇒ α – 6 = 0 ⇒ α = 6