IMC 2019 · Problem 5

Day 126th IMC · Blagoevgrad, Bulgaria

Statement

Determine whether there exist an odd positive integer nn and n×nn \times n matrices AA and BB with integer entries, that satisfy the following conditions:

(1) det(B)=1\det(B) = 1;

(2) AB=BAAB = BA;

(3) A4+4A2B2+16B4=2019IA^4 + 4A^2B^2 + 16B^4 = 2019I.

(Here II denotes the n×nn \times n identity matrix.)

Official solution

Hidden so you can work on the problem first.