Monday, December 11, 2017

linear algebra - Determinant of a specific circulant matrix, An



Let



A2=[0110]




A3=[011101110]



A4=[0111101111011110]



and so on for An.



I was asked to calculate the determinant for A1,A2,A3,A4 and then guess about the determinant for An in general. Of course the pattern is clear that



detAn=(n1)(1)n1




but I was wondering as to what the proof of this is. I tried to be clever with cofactor expansions but I couldn't get anywhere.



Could someone explain it to me please?


Answer



Here is an elementary way to compute the determinant of An:
Add row 2 to row 1, add row 3 to row 1, ..., and add row n to row 1, we get
det(An)=|n1n1n1n1101111011110|.


Next subtract column 2 by column 1, subtract column 3 by column 1, ..., subtract column n by column 1, we get
det(An)=|n1000110010101001|=(1)n1(n1).


No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...