A=identity_matrix(4)*1/2
(A/2).determinant()
(-A).determinant()
(A**2).determinant()
A.inverse().determinant()