Step 1: Definitions. - A matrix $M$ is symmetric if $M^T = M$. - A matrix $M$ is skew-symmetric if $M^T = -M$.
Step 2: Given. $A$ and $B$ are symmetric matrices. So, \[ A^T = A, B^T = B \]
Step 3: Consider $(AB - BA)$. Take transpose: \[ (AB - BA)^T = (AB)^T - (BA)^T \] \[ = B^T A^T - A^T B^T \] Since $A^T = A$ and $B^T = B$: \[ = BA - AB = -(AB - BA) \]
Step 4: Conclusion. \[ (AB-BA)^T = -(AB-BA) \implies AB-BA \text{ is skew-symmetric.} \]
Final Answer: \[ \boxed{AB - BA \; \text{is skew-symmetric if $A$ and $B$ are symmetric.}} \]
Find the values of \( x, y, z \) if the matrix \( A \) satisfies the equation \( A^T A = I \), where
\[ A = \begin{bmatrix} 0 & 2y & z \\ x & y & -z \\ x & -y & z \end{bmatrix} \]
If \[ A = \begin{bmatrix} \cos \theta & \sin \theta \\ -\sin \theta & \cos \theta \end{bmatrix} \] prove that \[ A^n = \begin{bmatrix} \cos n\theta & \sin n\theta \\ -\sin n\theta & \cos n\theta \end{bmatrix}, \] where \( n \in \mathbb{N} \).
If matrix \[ A = \begin{bmatrix} 1 & 1 & 3 \\ 1 & 3 & -3 \\ -2 & -4 & -4 \end{bmatrix}, \] then find \( A^{-1} \).