Sunday, January 1, 2017

linear algebra - From the characteristic matrix to solutions for the characteristic equation (Polynomial)




There's something about the determinant which I don't get, so if someone could explain step-by-step how this is done, it would be much appreciated:



It's about finding eigenvalues via. the characteristic polynomial




  • Example KA(λ)=AλE=(4231)(λ00λ)=(4λ231λ)



We then calculate:
KA(λ)=det[(4λ231λ)]




I don't get how you deduce that det[(4λ231λ)]=(4λ)(1λ)(2)3=λ23λ+2


Answer



You have a wrong minus sign:



det[(4λ231λ)]=(4λ)(1λ)(2)3=λ23λ+2



the correct determinat is



det[(4λ231λ)]=(4λ)(1λ)(2)3=λ23λ+2



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