Thursday, September 8, 2016

linear algebra - Find the characteristic polynomial through the induction

A=[000a0100a1 0010an1001an]



I need to find the characteristic polynomial through the induction. I guess we should use the formula det(AλI) and then expand the first row, since we have a lower diagonal matrix, the determinant of this matrix will be equal to 1.



I'm having problems with setting up the induction formally using the definition of characteristic polynomial and finding the characteristic polynomial.

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...