If P(x) = [[cos x, sin x], [-sin x, cos x]], then show that P(x) P(y) = P(x + y) = P(y)P(x).
Prove P(x)P(y) = P(x+y) Question If \[ P(x)= \begin{bmatrix} \cos x & \sin x \\ -\sin x & \cos x \end{bmatrix} \] show that \[ P(x)P(y)=P(x+y)=P(y)P(x). \] Solution Step 1: Compute \(P(x)P(y)\) \[ P(x)P(y)= \begin{bmatrix} \cos x & \sin x \\ -\sin x & \cos x \end{bmatrix} \begin{bmatrix} \cos y & \sin y \\ -\sin […]