Question:medium

If A = $\begin{bmatrix} 0 & -1 \\ 1 & 0 \end{bmatrix}$ and B = $\begin{bmatrix} 1 & 0 \\ 1 & 0 \end{bmatrix}$ then the matrix AB is equal to

Show Hint

In multiple-choice questions, if your calculated answer is not among the options, double-check your calculations. If the calculation is correct, consider common typos in the question (e.g., a matrix intended to be an identity or zero matrix).
Updated On: Mar 27, 2026
  • $\begin{bmatrix} 0 & 0 \\ 0 & 0 \end{bmatrix}$
  • $\begin{bmatrix} 0 & -1 \\ 1 & 0 \end{bmatrix}$
  • $\begin{bmatrix} 0 & 1 \\ -1 & 0 \end{bmatrix}$
  • $\begin{bmatrix} 1 & 1 \\ 1 & -1 \end{bmatrix}$
Show Solution

The Correct Option is B

Solution and Explanation

Step 1: Comprehension
This question involves the multiplication of two 2x2 matrices.
Step 2: Methodology
Given matrices P = $\begin{bmatrix} a & b
c & d \end{bmatrix}$ and Q = $\begin{bmatrix} e & f
g & h \end{bmatrix}$, their product PQ is defined as:
\[ PQ = \begin{bmatrix} ae+bg & af+bh
ce+dg & cf+dh \end{bmatrix} \] Step 3: Execution
We will compute the product of matrices A and B.
\[ A = \begin{bmatrix} 0 & -1
1 & 0 \end{bmatrix}, \quad B = \begin{bmatrix} 1 & 0
1 & 0 \end{bmatrix} \] \[ AB = \begin{bmatrix} 0 & -1
1 & 0 \end{bmatrix} \begin{bmatrix} 1 & 0
1 & 0 \end{bmatrix} \] \[ AB = \begin{bmatrix} (0)(1) + (-1)(1) & (0)(0) + (-1)(0)
(1)(1) + (0)(1) & (1)(0) + (0)(0) \end{bmatrix} \] \[ AB = \begin{bmatrix} 0 - 1 & 0 - 0
1 + 0 & 0 + 0 \end{bmatrix} \] \[ AB = \begin{bmatrix} -1 & 0
1 & 0 \end{bmatrix} \] If B were the identity matrix (I), the product AB would simplify to:
\[ AB = AI = A = \begin{bmatrix} 0 & -1
1 & 0 \end{bmatrix} \] This outcome corresponds to option (B).
Step 4: Conclusion
For AB to equal A, B must be the identity matrix. This scenario is represented by option (B).
Was this answer helpful?
0

Top Questions on Matrices and Determinants