Question:medium

If \( X = \begin{bmatrix} 1 & 0 0 & 1 \end{bmatrix} \) and \( Y = \begin{bmatrix} 0 & 1 -1 & 0 \end{bmatrix} \) and \( B = \begin{bmatrix} \cos \theta & \sin \theta -\sin \theta & \cos \theta \end{bmatrix} \), then \( B \) equals:

Show Hint

Identity matrix \( X \) scalar multiplication preserves diagonal structure, while matrix \( Y \) introduces rotation-type structureCombine both to reconstruct rotation matrices easily.
Updated On: May 6, 2026
  • \( -X \cos \theta + Y \sin \theta \)
  • \( X \sin \theta + Y \cos \theta \)
  • \( X \cos \theta - Y \sin \theta \)
  • \( X \cos \theta + Y \sin \theta \)
Show Solution

The Correct Option is D

Solution and Explanation

Was this answer helpful?
0