JEE Challenger
More from Matrices

Count of Invertible Integer Matrices Commuting with Diagonal Matrix

Consider the matrix

P=(200020003).P = \begin{pmatrix} 2 & 0 & 0 \\ 0 & 2 & 0 \\ 0 & 0 & 3 \end{pmatrix}.

Let the transpose of a matrix XX be denoted by XTX^T. Then the number of 3×33 \times 3 invertible matrices QQ with integer entries, such that

Q1=QTandPQ=QP,Q^{-1} = Q^T \quad \text{and} \quad PQ = QP,

is

Options

A

32

B

8

C

16

Correct
D

24

Topics & Concepts

Step-by-Step Solution

To find the number of 3×33 \times 3 invertible matrices QQ with integer entries satisfying Q1=QTQ^{-1} = Q^T (i.e., QQT=IQ Q^T = I) and PQ=QPP Q = Q P, where

P=(200020003),P = \begin{pmatrix} 2 & 0 & 0 \\ 0 & 2 & 0 \\ 0 & 0 & 3 \end{pmatrix},

let the matrix QQ be represented as:

Q=(q11q12q13q21q22q23q31q32q33).Q = \begin{pmatrix} q_{11} & q_{12} & q_{13} \\ q_{21} & q_{22} & q_{23} \\ q_{31} & q_{32} & q_{33} \end{pmatrix}.

Evaluating the products PQPQ and QPQP:

PQ=(2q112q122q132q212q222q233q313q323q33),QP=(2q112q123q132q212q223q232q312q323q33).PQ = \begin{pmatrix} 2q_{11} & 2q_{12} & 2q_{13} \\ 2q_{21} & 2q_{22} & 2q_{23} \\ 3q_{31} & 3q_{32} & 3q_{33} \end{pmatrix}, \quad QP = \begin{pmatrix} 2q_{11} & 2q_{12} & 3q_{13} \\ 2q_{21} & 2q_{22} & 3q_{23} \\ 2q_{31} & 2q_{32} & 3q_{33} \end{pmatrix}.

From the condition PQ=QPPQ = QP, equating corresponding entries yields:

2q13=3q13    q13=0,2q_{13} = 3q_{13} \implies q_{13} = 0, 2q23=3q23    q23=0,2q_{23} = 3q_{23} \implies q_{23} = 0, 3q31=2q31    q31=0,3q_{31} = 2q_{31} \implies q_{31} = 0, 3q32=2q32    q32=0.3q_{32} = 2q_{32} \implies q_{32} = 0.

Thus, QQ must be a block diagonal matrix of the form:

Q=(A00Tc)=(q11q120q21q22000c),Q = \begin{pmatrix} A & \mathbf{0} \\ \mathbf{0}^T & c \end{pmatrix} = \begin{pmatrix} q_{11} & q_{12} & 0 \\ q_{21} & q_{22} & 0 \\ 0 & 0 & c \end{pmatrix},

where A=(q11q12q21q22)A = \begin{pmatrix} q_{11} & q_{12} \\ q_{21} & q_{22} \end{pmatrix} is a 2×22 \times 2 matrix with integer entries, and cZc \in \mathbb{Z}.

Using the condition QQT=I3Q Q^T = I_3:

(AAT00Tc2)=(I200T1).\begin{pmatrix} A A^T & \mathbf{0} \\ \mathbf{0}^T & c^2 \end{pmatrix} = \begin{pmatrix} I_2 & \mathbf{0} \\ \mathbf{0}^T & 1 \end{pmatrix}.

This requires:

  1. c2=1    c=±1c^2 = 1 \implies c = \pm 1 (22 possible values for cc).

  2. AAT=I2A A^T = I_2, meaning AA is a 2×22 \times 2 orthogonal matrix with integer entries:

    (q11q12q21q22)(q11q21q12q22)=(1001).\begin{pmatrix} q_{11} & q_{12} \\ q_{21} & q_{22} \end{pmatrix} \begin{pmatrix} q_{11} & q_{21} \\ q_{12} & q_{22} \end{pmatrix} = \begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix}.

    From this, the rows of AA are orthonormal vectors with integer components:

    q112+q122=1    (q11,q12){(1,0),(1,0),(0,1),(0,1)}(4 choices).q_{11}^2 + q_{12}^2 = 1 \implies (q_{11}, q_{12}) \in \{(1, 0), (-1, 0), (0, 1), (0, -1)\} \quad (4 \text{ choices}).

    For each choice of the first row (q11,q12)(q_{11}, q_{12}), the second row (q21,q22)(q_{21}, q_{22}) must be a unit vector with integer components orthogonal to it:

    • If (q11,q12)=(±1,0)(q_{11}, q_{12}) = (\pm 1, 0), then (q21,q22)=(0,±1)(q_{21}, q_{22}) = (0, \pm 1) (22 choices).
    • If (q11,q12)=(0,±1)(q_{11}, q_{12}) = (0, \pm 1), then (q21,q22)=(±1,0)(q_{21}, q_{22}) = (\pm 1, 0) (22 choices).

    Therefore, there are 4×2=84 \times 2 = 8 possible choices for the matrix AA.

The total number of such invertible integer matrices QQ is:

Total number of matrices Q=(choices for A)×(choices for c)=8×2=16.\text{Total number of matrices } Q \\ = (\text{choices for } A) \times (\text{choices for } c) \\ = 8 \times 2 = 16.

Thus, the correct option is (C).

Count of Invertible Integer Matrices Commuting with Diagonal Matrix | Mathematics PYQ Solution - JEE Challenger