Question:medium

Let $A=\left[\begin{array}{cc}\frac{1}{\sqrt{10}} & \frac{3}{\sqrt{10}} \\ \frac{-3}{\sqrt{10}} & \frac{1}{\sqrt{10}}\end{array}\right]$ and $B=\left[\begin{array}{cc}1 & -i \\ 0 & 1\end{array}\right]$, where $i=\sqrt{-1}$ If $M = A ^{ T } B A$, then the inverse of the matrix $AM ^{2023} A ^{ T }$ is

Updated On: Aug 18, 2026
  • $\begin{bmatrix}1 & -2023 i \\ 0 & 1\end{bmatrix}$
  • $\begin{bmatrix}1 & 0 \\ 2023 i & 1\end{bmatrix}$
  • $\begin{bmatrix}1 & 2023 i \\ 0 & 1\end{bmatrix}$
  • $\begin{bmatrix}1 & 0 \\ -2023 i & 1\end{bmatrix}$
Show Solution

The Correct Option is C

Solution and Explanation

To find the inverse of the matrix \( AM^{2023} A^T \), where \( M = A^T B A \), we need to analyze the given matrices and determine the properties of \( M \).

  1. First, we need to calculate \( M = A^T B A \).
A = \left[\begin{array}{cc} \frac{1}{\sqrt{10}} & \frac{3}{\sqrt{10}} \\ \frac{-3}{\sqrt{10}} & \frac{1}{\sqrt{10}} \end{array}\right] B = \left[\begin{array}{cc} 1 & -i \\ 0 & 1 \end{array}\right]
  1. When calculating \( A^T \), we get: A^T = \left[\begin{array}{cc} \frac{1}{\sqrt{10}} & \frac{-3}{\sqrt{10}} \\ \frac{3}{\sqrt{10}} & \frac{1}{\sqrt{10}} \end{array}\right]
  2. Calculate \( M = A^T B A \):

    Multiply \( A^T \) with \( B \):

    A^T B = \left[\begin{array}{cc} \frac{1}{\sqrt{10}} & \frac{-3}{\sqrt{10}} \\ \frac{3}{\sqrt{10}} & \frac{1}{\sqrt{10}} \end{array}\right] \cdot \left[\begin{array}{cc} 1 & -i \\ 0 & 1 \end{array}\right] = \left[\begin{array}{cc} \frac{1}{\sqrt{10}} & \frac{-i}{\sqrt{10}} - \frac{3}{\sqrt{10}} \\ \frac{3}{\sqrt{10}} & \frac{3i}{\sqrt{10}} + \frac{1}{\sqrt{10}} \end{array}\right]

    Then, multiply the result with \( A \):

    M = \left[\begin{array}{cc} \frac{1}{\sqrt{10}} & \frac{-i}{\sqrt{10}} - \frac{3}{\sqrt{10}} \\ \frac{3}{\sqrt{10}} & \frac{3i}{\sqrt{10}} + \frac{1}{\sqrt{10}} \end{array}\right] \cdot \left[\begin{array}{cc} \frac{1}{\sqrt{10}} & \frac{3}{\sqrt{10}} \\ \frac{-3}{\sqrt{10}} & \frac{1}{\sqrt{10}} \end{array}\right] \end{align*}
  3. After solving the matrix multiplication, you will find that: M = B

Now, \( M = B \), and since the exponential form of matrix \( M \) is \( M^{2023} = B^{2023} \).

Because \( B \) is an upper triangular matrix of the form:

M = \begin{bmatrix} 1 & -i \\ 0 & 1 \end{bmatrix}

Hence:

B^{2023} = \begin{bmatrix} 1 & -2023i \\ 0 & 1 \end{bmatrix}

Thus, the expression \( AM^{2023} A^T \) simplifies to:

A \begin{bmatrix} 1 & -2023i \\ 0 & 1 \end{bmatrix} A^T \end{align*}

It's clear that the inverse of this matrix is itself, except that the sign of the complex number changes in the upper diagonal.

So, the inverse of \( AM^{2023} A^T \) is:

\begin{bmatrix} 1 & 2023i \\ 0 & 1 \end{bmatrix}

The correct option is:

$\begin{bmatrix}1 & 2023 i \\ 0 & 1\end{bmatrix}$
Was this answer helpful?
0