i'm struggling explaing these statments
Let A,B be matrices of order 2X2 over R
- given det(A)=det(B)=4 and tr(A)=tr(B)=7 A is similar to B ( should be True)
- given det(A)=det(B)=4 and tr(A)=tr(B)=4 A is similar to B ( should be false)
i found that the charcristic polynomiala of the two statments are
(1) t^2 -7t + 4
(2) t^2 -4t + 4 = (t-2)^2
over R, (1) is not Diagonalizable, and (2) is , what am i missing ? how can i determine these statments ?
what is the connection between trace and determinant here ?