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=(n−1)(−1)n−1
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)=|n−1n−1n−1⋯n−1101⋯1110⋯1⋮⋮⋮⋱⋮111…0|.
Next subtract column 2 by column 1, subtract column 3 by column 1, ..., subtract column n by column 1, we get
det(An)=|n−100⋯01−10⋯010−1⋯0⋮⋮⋮⋱⋮100…−1|=(−1)n−1(n−1).
No comments:
Post a Comment