Det(A) = det(AT) = det(−A) = (−1)^n*det(A). Hence det(A) = 0 when n is odd Why?

  • Thread starter Thread starter RossH
  • Start date Start date
AI Thread Summary
The discussion centers on the properties of determinants, specifically that det(A) = det(AT) = det(−A) = (−1)^n*det(A) and why det(A) = 0 when n is odd. The confusion arises regarding the determinant of skew-symmetric matrices, where it is noted that det(A) = det(-A) holds true only for even n. The relationship between the determinant and row operations is highlighted, explaining that multiplying a row by a scalar affects the determinant proportionally. The conclusion clarifies that for skew-symmetric matrices, the determinant is indeed zero when n is odd, confirming the initial statement. Understanding these properties is crucial for grasping the implications of matrix invertibility and determinant behavior.
RossH
Messages
74
Reaction score
0

Homework Statement


det(A) = det(AT) = det(−A) = (−1)^n*det(A). Hence det(A) = 0 when n is odd
I understand all of this except for the last statement: =(-1)^n*det(A).
Why is this? Does it have to do with the cofactor expansion, and the "checkerboard" (as my professor puts it) of signs? I'm just not quite sure why that has to be. A quick explanation would be more than adequate. Thank you very much for your time. I didn't think that my post fit the rest of the template so I deleted it.
 
Physics news on Phys.org
It follows from the fact that: if B is formed from multiplying a single row of A by scalar x, then det(B) = x(det(A)). This can be shown easily using the definition of the determinant - you know there is some bij = xaij (where i is the row you multiplied to), so you can factor out the x. The desired result comes from multiplying all rows of A by x.

Also, note that det(A) = det(AT) is true but det(A) = det(-A) only if the size of n is even, and your statement: "det(A) = 0 if n when n is odd" doesn't make sense. det(A)=0 tells you about the invertibility of A.
 
VeeEight said:
It follows from the fact that: if B is formed from multiplying a single row of A by scalar x, then det(B) = x(det(A)). This can be shown easily using the definition of the determinant - you know there is some bij = xaij (where i is the row you multiplied to), so you can factor out the x. The desired result comes from multiplying all rows of A by x.

Also, note that det(A) = det(AT) is true but det(A) = det(-A) only if the size of n is even, and your statement: "det(A) = 0 if n when n is odd" doesn't make sense. det(A)=0 tells you about the invertibility of A.

Wow I'm an idiot. I forgot to mention that I was talking about a skew symmetric matrix. So I guess it does make sense. Thank you for your help.
 
Okay, I thought you were talking about something specific but thought I'd throw in that last bit anyway to be safe. Cheers.
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top