The matrix equation $ \mathbf{Ax} = \mathbf{b} $ is solvable if and only if the vector $ \mathbf{b} $ lies within the column space of matrix $ \mathbf{A} $. This is equivalent to stating that the rank of the augmented matrix $ [\mathbf{A} | \mathbf{b}] $ must be equal to the rank of the matrix $ \mathbf{A} $.
Given matrix $ \mathbf{A} $: $ \mathbf{A} = \begin{bmatrix} 1 & 1 \\ 1 & 3 \\ -2 & -3 \end{bmatrix} $ We perform elementary row operations to determine its rank:
The resulting matrix has 2 non-zero rows. Therefore, the rank of $ \mathbf{A} $ is 2.
For the system $ \mathbf{Ax} = \mathbf{b} $ to be solvable, the rank of the augmented matrix $ [\mathbf{A} | \mathbf{b}] $ must also be 2. The augmented matrix is:
$ [\mathbf{A} | \mathbf{b}] = \begin{bmatrix} 1 & 1 & b_1 \\ 1 & 3 & b_2 \\ -2 & -3 & b_3 \end{bmatrix} $Applying the same row operations as above:
For the rank of the augmented matrix to remain 2, the last row must consist entirely of zeros. Specifically, the element in the third column must be zero:
$ (b_3 + 2b_1) + \frac{1}{2}(b_2 - b_1) = 0 $Multiply the equation by 2 to eliminate the fraction:
$ 2(b_3 + 2b_1) + (b_2 - b_1) = 0 $ $ 2b_3 + 4b_1 + b_2 - b_1 = 0 $Combine like terms to get the final condition:
$ 3b_1 + b_2 + 2b_3 = 0 $This condition must hold for the system $ \mathbf{Ax} = \mathbf{b} $ to be solvable.
A system of equations is said to be inconsistent if
If a system of simultaneous equations has infinite solutions, then that system of equations is called:
Consider the system of simultaneous equation,
x + 2y + z = 6
2x + y + 2z = 6
x + y + z = 5
The system has,
The system of equations x + 2y = 13 and 3x + 6y = 9 has:
For what value of k, the system linear equation has no solution
(3k + 1)x + 3y - 2 = 0
(k2 + 1)x + (k - 2)y - 5 = 0