Question:medium

If $A = \begin{bmatrix} \cos x & \sin x \\ -\sin x & \cos x \end{bmatrix}$ and $A + A' = I$, then the value of $x \in \left[-\frac{\pi}{2}, \frac{\pi}{2}\right]$ is:

Show Hint

For matrix equations like $A+A'=I$, you only need to calculate a single diagonal entry to set up your equation: $a_{11} + a_{11} = 1 \Rightarrow 2\cos x = 1$. This saves time!
  • $\frac{\pi}{2}$
  • $\frac{\pi}{3}$
  • 0
  • $-\frac{\pi}{2}$
Show Solution

The Correct Option is B

Solution and Explanation

Was this answer helpful?
0