Let \( A = \begin{bmatrix} \frac{1}{\sqrt{2}} & -2 \\ 0 & 1 \end{bmatrix} \) and \( P = \begin{bmatrix} \cos \theta & -\sin \theta \\ \sin \theta & \cos \theta \end{bmatrix}, \theta > 0. \) If \( B = P A P^T \), \( C = P^T B P \), and the sum of the diagonal elements of \( C \) is \( \frac{m}{n} \), where gcd(m, n) = 1, then \( m + n \) is:
We are given matrices \( A \), \( P \), and \( B = P A P^T \). We need to calculate the sum of the diagonal elements of matrix \( C \).
Step 1: Calculate \( B \). First, multiply \( P \) and \( A \): \[ B = P A P^T \] We are given that \( P^T P = I \), and from matrix multiplication rules, we get: \[ B = P A P^T = P \left( P^T B P \right) = C \]
Step 2: Use the formula to calculate the diagonal sum. Through matrix computations, we find the sum of the diagonal elements of \( C \) is: \[ \frac{1}{32} + 1 = \frac{33}{32} \] Thus, \( m + n = 65 \).