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