In a text, I saw that the characteristic polynomial for an $n\times n$ matrix A with eigenvalues $e_{1}, \ldots e_{n}$ can be written
$$p(\lambda) = (\lambda - e_{1})(\lambda - e_{2}) \cdots (\lambda - e_{n}).$$
But shouldn't there be a constant in front of this polynomial? Like
$$p(\lambda) = K(\lambda - e_{1})(\lambda - e_{2}) \cdots (\lambda - e_{n}).$$
The characheristic polynomial is of the form: $$p(x)= \begin{vmatrix} x-a_{11} & . & . \\ . & x-a_{22} & . \\ . & . & x-a_{nn} \\ \end{vmatrix} $$ Now if we defold the determinant we see that the coefficient in the leading power of $x$ is $1$. That is why $K$ should be $1$.