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} \]
Step 1: Compute \( A^T \) (transpose of \( A \)).
\[ A^T = \begin{bmatrix} 0 & x & x \\ 2y & y & -y \\ -z & -z & z \end{bmatrix} \]
Step 2: Compute \( A^T A \).
\[ A^T A = \begin{bmatrix} x^2 + x^2 & x y + x y & x z + x z \\ y x + y x & 4y^2 + y^2 + y^2 & -2y z - y z + y z \\ z x + z x & -2y z - y z + y z & z^2 + z^2 + z^2 \end{bmatrix} \]
Step 3: Solve for \( x, y, z \) using \( A^T A = I \). Comparing with identity matrix:
\[ \begin{aligned} & 2x^2 = 1 \Rightarrow x = \pm \frac{1}{\sqrt{2}}, \\ & 6y^2 = 1 \Rightarrow y = \pm \frac{1}{\sqrt{6}}, \\ & 3z^2 = 1 \Rightarrow z = \pm \frac{1}{\sqrt{3}}. \end{aligned} \]
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} \).
Find matrix \( AB \) if
\[ A = \begin{bmatrix} -1 & 2 & 3 \\ 4 & -2 & 5 \end{bmatrix}, \quad B = \begin{bmatrix} 2 & 1 \\ 6 & 7 \\ 5 & 3 \end{bmatrix} \]