Hi,
Setze mal die Matrix A ein und errechne die Determinante.
$$\begin{pmatrix} 2 & 4 \\ 5 & 1 \end{pmatrix} - x\begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix} = \begin{pmatrix} 2-x & 4 \\ 5 & 1-x \end{pmatrix}$$
Nun davon die Determinante:
\((2-x)(1-x) - 20 = x^2-3x-18\)
-> a = 1, b = -3, c = -18
Letzteres einfach mal loslegen:
$$\begin{pmatrix} 2 & 4 \\ 5 & 1 \end{pmatrix}^2 - 3\begin{pmatrix} 2 & 4 \\ 5 & 1 \end{pmatrix} - 18\begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix}$$
$$= \begin{pmatrix} 24 & 12 \\ 15 & 21 \end{pmatrix} - \begin{pmatrix} 6 & 12 \\ 15 & 3 \end{pmatrix} - \begin{pmatrix} 18 & 0 \\ 0 & 18 \end{pmatrix} $$
$$= \begin{pmatrix} 0 & 0 \\ 0 & 0 \end{pmatrix}$$
Grüße