When is the Determinant of a Square Matrix Equal to Its Negative?

  • Thread starter Thread starter perihelion
  • Start date Start date
  • Tags Tags
    Determinants
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
2 replies · 2K views
perihelion
Messages
3
Reaction score
0

Homework Statement



Suppose A is a square matrix of size n. When is det(-A) = -det(A)?

Homework Equations



N/A

The Attempt at a Solution



My approach to the problem is to simply multiply the size n identity matrix by -1, then multiplied by A. For example: det((-1)*IdentityMatrix[n]*A) = det((-1)*IdentityMatrix[n])*det(A). At this point I could answer the original question by saying this is true when n is odd. But I get the impression I am overlooking some other very obvious answer or condition, and am wondering if anyone can think of a different approach. Thanks.
 
Physics news on Phys.org
Looks good to me too.

Remember that for scalar c and matrix A, det(cA)=cndet(A) where n is the size of A. Plugging in c = -1 gives your answer.