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

IMC / 1995 / Problems / Day 1, P1

IMC 1995 · Day 1 · P1

Let XX be a nonsingular matrix with columns X1,X2,,XnX_1, X_2, \dots, X_n. Let YY be a matrix with columns X2,X3,,Xn,0X_2, X_3, \dots, X_n, 0. Show that the matrices A=YX1A = Y X^{-1} and B=X1YB = X^{-1} Y have rank n1n-1 and have only 00's for eigenvalues.

Solution (official)

Let J=(aij)J = (a_{ij}) be the n×nn \times n matrix where aij=1a_{ij} = 1 if i=j+1i = j + 1 and aij=0a_{ij} = 0 otherwise. The rank of JJ is n1n-1 and its only eigenvalues are 00's. Moreover Y=XJY = XJ and A=YX1=XJX1A = Y X^{-1} = X J X^{-1}, B=X1Y=JB = X^{-1} Y = J. It follows that both AA and BB have rank n1n-1 with only 00's for eigenvalues.

Similar problems