Determinant of a matrix with identity blocks

AI Thread Summary
The discussion revolves around calculating the determinant of a specific matrix A with identity blocks, leading to the transformation of A into matrix B via a permutation p. The participants explore the sign of the permutation, concluding that it is given by (-1) raised to the number of inversions in p, which results in detB being (-1)^n. The confusion arises regarding whether p is a linear map, with clarification that p is indeed a permutation acting on n-tuples rather than a linear transformation. Ultimately, the participants clarify the relationship between the determinants and the properties of permutations, leading to a better understanding of the determinant calculation. The conversation highlights the complexities of linear algebra concepts and the importance of understanding permutations in matrix operations.
penguin007
Messages
75
Reaction score
0
Hi all,
I'm studying my mathematics lesson, and there is an example I can't understand:

Consider the matrix
A=(0 In)
(-In 0)
with In the identity nxn
We want to compute detA :

We introduce the permutation
p=(1 2 ... n n+1 ... 2n)
(n n+1 ... 2n 1 ... n )


s.t if we apply p to the columns of A, then we get
B=(In 0)
(0 -In)
(so far so good)

then we say: detB=(-1)^n (ok)
the sign of p is (-1)^n (all right)

then detA=(-1)^n*(-1)^n=1...(why?)


Thanks in advance
 
Last edited:
Physics news on Phys.org
penguin007 said:
… then we say: detB=(-1)^n (ok)
the sign of p is (-1)^n (all right)

then detA=(-1)^n*(-1)^n=1...(why?)

Hi penguin007! :smile:

PA = B, so detP*detA = detB :wink:
 


How'd you get the sign of p is (-1)^n? That's where the problem lies.
 


Hi tiny-tim:
I think I got it but I thought a map could be defined by a matrix only if it was linear?? Yet I can see p has a matrix (the one that reverses the columns 1 and n...) so:
is p a linear map? or can some non linear maps have a matrix??

vela:
s=The sign of p is given by (-1)^(the number of inversions by p) I counted n-2 inversions then s=(-1)^n...


Thanks again
 
Hi penguin007! :smile:
penguin007 said:
Hi tiny-tim:
I think I got it but I thought a map could be defined by a matrix only if it was linear?? Yet I can see p has a matrix (the one that reverses the columns 1 and n...) so:
is p a linear map? or can some non linear maps have a matrix??

P is linear :smile:

what makes you think it isn't? :confused:
 


penguin007 said:
vela:
s=The sign of p is given by (-1)^(the number of inversions by p) I counted n-2 inversions then s=(-1)^n...
Oy, I misread what you wrote in this thread too. I think I'll just shut up now. :redface:
 


tiny-tim:
please correct me: p is a permutation; p is linear would mean, for instance:p(3)=p(1+2)=p(1)+p(2), but p(3)=n+2<>p(1)+p(2)...( I know there is a snag, but where??)

vela:
That's all right, these things happen to everyone.
 
penguin007 said:
p is a permutation; p is linear would mean, for instance:p(3)=p(1+2)=p(1)+p(2), but p(3)=n+2<>p(1)+p(2)...

oh i see …

no, these Ps acts on n-tuples (or vectors).

So eg P12(a,b,c,d,e,f) = (b,a,c,d,e,f),

and you can check that P12(a+A,b,c,d,e,f) = (b,a,c,d,e,f) + (b,A,c,d,e,f) = P12(a,b,c,d,e,f) + P12(A,b,c,d,e,f) :wink:
 


Thanks a lot tiny-tim for all these explanations, now I understand!
 
Back
Top