Unofficial archive — problems, solutions & results © IMC, reproduced with permission.

IMC / 1994 / Problems / Day 2, P10

IMC 1994 · Day 2 · P10

linear algebraworth 18 pts

Let AA be a n×nn \times n diagonal matrix with characteristic polynomial (xc1)d1(xc2)d2(xck)dk,(x - c_1)^{d_1} (x - c_2)^{d_2} \dots (x - c_k)^{d_k}, where c1,c2,,ckc_1, c_2, \dots, c_k are distinct (which means that c1c_1 appears d1d_1 times on the diagonal, c2c_2 appears d2d_2 times on the diagonal, etc. and d1+d2++dk=nd_1 + d_2 + \cdots + d_k = n). Let VV be the space of all n×nn \times n matrices BB such that AB=BAAB = BA. Prove that the dimension of VV is d12+d22++dk2.d_1^2 + d_2^2 + \cdots + d_k^2.

Solution (official)

Set A=(aij)i,j=1nA = (a_{ij})_{i,j=1}^{n}, B=(bij)i,j=1nB = (b_{ij})_{i,j=1}^{n}, AB=(xij)i,j=1nAB = (x_{ij})_{i,j=1}^{n} and BA=(yij)i,j=1nBA = (y_{ij})_{i,j=1}^{n}. Then xij=aiibijx_{ij} = a_{ii} b_{ij} and yij=ajjbijy_{ij} = a_{jj} b_{ij}. Thus AB=BAAB = BA is equivalent to (aiiajj)bij=0(a_{ii} - a_{jj}) b_{ij} = 0 for i,j=1,2,,ni,j = 1,2,\dots,n. Therefore bij=0b_{ij} = 0 if aiiajja_{ii} \ne a_{jj} and bijb_{ij} may be arbitrary if aii=ajja_{ii} = a_{jj}. The number of indices (i,j)(i,j) for which aii=ajj=cma_{ii} = a_{jj} = c_m for some m=1,2,,km = 1,2,\dots,k is dm2d_m^2. This gives the desired result.

Similar problems