When calculating the characteristic polynomial as $$\det \; (A−t E_n)$$ I get the same polynomial as when I calculate the characteristic polynomial as $$\det\;(t E_n−A).$$ Only the signs are changed. Are they still aquivalent?
When heading on to the minimal polynomial we often multiply the whole polynomial by $−1$ to get the leading coefficient $=1$. Why is it that multiplying the minimal polynomial by $−1$ is not a problem?
Example
$$ A=\pmatrix{ 2 & 1 & -3 \\ 1 &2 & -3 \\ 1& 1 &-2 }.$$
Using the first definition of the characteristic polynomial I get
$$\chi_{A_1}(t) = \det \; (A - t E_n) = - t^3 + 2 t^2 -t = -t ( t-1) (t-1).$$
When continuing from there to get the minimal polynomial, which needs to be normed, I would first multiply by $(-1)$ to get
$$t \;\cdot \; ( -t + 1) \;\cdot \; (-t+1) = t \;\cdot \; (-1)\cdot (t-1) \;\cdot \; (-1)\cdot (t-1) = t \cdot ( t-1) \cdot (t-1)$$
Then I finally would get the minimal polynomial $$\mu(t) = t(t-1)$$
On the other hand, if I had defined the characteristic polynomial the other way round, it would result in the following polynomial
$$\chi_{A_2}(t) = \det \; (t E_n - A) = t^3 - 2 t^2 + t = t ( t-1) (t-1)$$
So this is already normed and I could go on to get the minimal polynomial easily.
But obviously $$t \chi_{A_2}(t) = t(t-1)(t-1) \neq -t (t-1)(t-1) =\chi_{A_1}(t).$$