If \( A = \begin{pmatrix} 1 & 0 \\ 0 & -1 \end{pmatrix} \), \( P = \begin{pmatrix} 1 & 1 \\ 0 & 1 \end{pmatrix} \) and \( X = A P A^T \), then \( A^T X^{50} A = \)
To solve the problem, we need to compute \(A^T X^{50} A\) where \(A\), \(P\), and \(X\) are given as follows:
Let's start by finding \(X\):
\[ A = \begin{pmatrix} 1 & 0 \\ 0 & -1 \end{pmatrix}, \quad A^T = \begin{pmatrix} 1 & 0 \\ 0 & -1 \end{pmatrix} \]
Now, calculate \(PA^T\):
\[ PA^T = \begin{pmatrix} 1 & 1 \\ 0 & 1 \end{pmatrix} \begin{pmatrix} 1 & 0 \\ 0 & -1 \end{pmatrix} = \begin{pmatrix} 1 & -1 \\ 0 & 1 \end{pmatrix} \]
Next, calculate \(AP\):
\[ AP = \begin{pmatrix} 1 & 0 \\ 0 & -1 \end{pmatrix} \begin{pmatrix} 1 & 1 \\ 0 & 1 \end{pmatrix} = \begin{pmatrix} 1 & 1 \\ 0 & -1 \end{pmatrix} \]
Now compute \(X = APA^T\):
\[ X = \begin{pmatrix} 1 & 1 \\ 0 & -1 \end{pmatrix} \begin{pmatrix} 1 & 0 \\ 0 & -1 \end{pmatrix} = \begin{pmatrix} 1 & -1 \\ 0 & 1 \end{pmatrix} \]
Next, we find \(X^{50}\). Notice that:
\[ X = \begin{pmatrix} 1 & -1 \\ 0 & 1 \end{pmatrix} \]
Since \(X^n = \begin{pmatrix} 1 & -n \\ 0 & 1 \end{pmatrix}\) due to the exponent pattern of the upper triangular matrix:
\[ X^{50} = \begin{pmatrix} 1 & -50 \\ 0 & 1 \end{pmatrix} \]
Finally, calculate \(A^T X^{50} A\):
\( A^T = \begin{pmatrix} 1 & 0 \\ 0 & -1 \end{pmatrix} \)
\[ A^T X^{50} = \begin{pmatrix} 1 & 0 \\ 0 & -1 \end{pmatrix} \begin{pmatrix} 1 & -50 \\ 0 & 1 \end{pmatrix} = \begin{pmatrix} 1 & -50 \\ 0 & -1 \end{pmatrix} \]
Then calculate \(A^T X^{50} A\):
\[ \begin{pmatrix} 1 & -50 \\ 0 & -1 \end{pmatrix} \begin{pmatrix} 1 & 0 \\ 0 & -1 \end{pmatrix} = \begin{pmatrix} 1 & 50 \\ 0 & 1 \end{pmatrix} \]
Thus, the solution to the problem is:
\[\begin{pmatrix} 1 & 50 \\ 0 & 1 \end{pmatrix}\]
This matches the fourth option in the given options.