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}\)
A point particle of charge \( Q \) is located at \( P \) along the axis of an electric dipole 1 at a distance \( r \) as shown in the figure. The point \( P \) is also on the equatorial plane of a second electric dipole 2 at a distance \( r \). The dipoles are made of opposite charge \( q \) separated by a distance \( 2a \). For the charge particle at \( P \) not to experience any net force, which of the following correctly describes the situation?

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.
