To determine which matrix cannot be obtained from the given matrix \(\begin{bmatrix} -1 & 2 \\ 1 & -1 \end{bmatrix}\) by a single elementary row operation, let's first recall the three types of elementary row operations:
Let's examine the options one by one:
To achieve this, we can add the first row to the second row:
| \(R_1 + R_2 \rightarrow R_1\) |
| \(\begin{bmatrix} -1 & 2 \\ 1 & -1 \end{bmatrix} \rightarrow \begin{bmatrix} 0 & 1 \\ 1 & -1 \end{bmatrix}\) |
To obtain this matrix, multiply the first row by \(-1\) and the second row by \(-1\):
| \(-R_1 \rightarrow R_1\) and \(-R_2 \rightarrow R_2\) |
| \(\begin{bmatrix} -1 & 2 \\ 1 & -1 \end{bmatrix} \rightarrow \begin{bmatrix} 1 & -1 \\ -1 & 2 \end{bmatrix}\) |
To achieve this transformation, it requires adding some scalar multiple of the first row to the second row; let's verify:
| \( \begin{bmatrix} -1 & 2 \\ 1 & -1 \end{bmatrix} \rightarrow \begin{bmatrix} -1 & 2 \\ (-2)(-1) + 1 & (-2)(2) + (-1) \end{bmatrix}\) |
| \(\Rightarrow (-2) \times R_1 + R_2 \rightarrow R_2 \) |
By calculating: \(-2 \times (-1) + 1 = 2 + 1 = 3\) and \(-2 \times 2 + (-1) = -4 - 1 = -5\). Thus incorrect, it cannot be obtained with a single operation.
Achieve this by subtracting the first row from the second row:
| \(R_2 - R_1 \rightarrow R_2\) |
| \(\begin{bmatrix} -1 & 2 \\ 1 & -1 \end{bmatrix} \rightarrow \begin{bmatrix} -1 & 2 \\ -1 & 3 \end{bmatrix}\) |
Therefore, the matrix that cannot be obtained from the original matrix \(\begin{bmatrix} -1 & 2 \\ 1 & -1 \end{bmatrix}\) by a single elementary row operation is \(\begin{bmatrix} -1 & 2 \\ -2 & 7 \end{bmatrix}\).
(1) By R1→R1+R2, \(\begin{bmatrix}0 &1\\1 &-1\end{bmatrix}\) is possible
(2) By R1↔R2, \(\begin{bmatrix}1&-1\\-1&2\end{bmatrix}\) is possible
(3) This matrix can’t be obtained
(4) By R2→R2+2R1, \(\begin{bmatrix}-1&2\\-1&3\end{bmatrix}\)is possible
So, the correct option is (C): \(\begin{bmatrix}-1&2\\-2&7\end{bmatrix}\)
In the given figure, the blocks $A$, $B$ and $C$ weigh $4\,\text{kg}$, $6\,\text{kg}$ and $8\,\text{kg}$ respectively. The coefficient of sliding friction between any two surfaces is $0.5$. The force $\vec{F}$ required to slide the block $C$ with constant speed is ___ N.
(Given: $g = 10\,\text{m s}^{-2}$) 
Two circular discs of radius \(10\) cm each are joined at their centres by a rod, as shown in the figure. The length of the rod is \(30\) cm and its mass is \(600\) g. The mass of each disc is also \(600\) g. If the applied torque between the two discs is \(43\times10^{-7}\) dyne·cm, then the angular acceleration of the system about the given axis \(AB\) is ________ rad s\(^{-2}\).

A matrix is a rectangular array of numbers, variables, symbols, or expressions that are defined for the operations like subtraction, addition, and multiplications. The size of a matrix is determined by the number of rows and columns in the matrix.
