- #1
brydustin
- 205
- 0
Homework Statement
Let A be a a square n*n matrix. Prove that A^-1 has only integer enteries if and only if the determinant of A is + or -1.
Homework Equations
general knowledge of determinants
The Attempt at a Solution
Proof:
=>
Suppose that det(A) = 1 (without losing generality, i.e. if det(A) = -1, then det(-A) = -det(A) = 1, easy enough).
So if det(A) = 1, then it follows that det(A^-1) = 1 because
1 = det( I ) = det(AIA^-1) = det(A) *det(I) * det(A^-1) = 1*1*det(A^-1) = 1, which implies det(A^-1) = 1 (or -1 if det(A) = -1).
Now what?
<=
Suppose that all the enteries of the matrix A^-1 are integer,...
I have no clue what to do now...