Excuse me for my ignorance towards this topic. Unfortunately my professor waited to the last of day class to cover this important chapter.
He merely told us that the Characteristic Polynomial equation is:
(1)
$$p(\Lambda)=det(A-\Lambda_i I_n)$$
Yet, my textbook claims this Characteristic Polynomial equation to be:
(2)
$$p(\Lambda)=det(\Lambda_i I_n - A)$$
Where $n$ is an $n\times n$ matrix. In doing practice problems I've found the two the two equations to be equivalent. Unfortunately my textbook only provides the proof for the second equation. Therefore my question is: is one technically more "correct" or "formal" than the other? And why then are there two permutations of such a basic forumla--even if they are equivalent?
To repeat what Wikipedia says about characteristic polynomials:
I would say that one usually uses (1) for getting a monic polynomial. (2) is probably "more natural" for some people since when looking for an eigenvecotr, one solves $Av=\lambda v$ which is $(A-\lambda I)v=0$. To my knowledge, there is no anything deep among these two alternatives.