Tuesday, 25 March 2014

linear algebra - Find the determinant of NtimesN matrix



I have the following N×N matrix.
|01111a10010a20100an|



There seems to be a pattern going on for the determinant of the 5×5 version of this matrix, but I'm not sure how I would find the determinant for the N×N one.


Answer



Transform the matrix by the (determinant invariant) operation of adding ai times the (i+1)th row on the first row. This gets us
|i1ai0001a10010a20100an|
Then you have a lower triangle matrix whose determinant is just the product of the diagonal elements.


No comments:

Post a Comment

real analysis - How to find limhrightarrow0fracsin(ha)h

How to find lim without lhopital rule? I know when I use lhopital I easy get $$ \lim_{h\rightarrow 0}...