Minimal polynomial coefficient

48 Views Asked by At

If i have a square matrix over a field and the matrix is invertible how do I show that the coefficient a0 in the minimal polynomial is Not zero?

Thx

2

There are 2 best solutions below

1
On

Let $X^m+a_{m-1}X^{m-1}+a_1X+a_0$ is the minimal polynomial of $A$ and that $a_0=0$. then $(A^{m-1}+a_{m-1}A^{m-2}+\ldots +a_1I)\cdot A=0$, and as $A$ is invertible, $A^{m-1}+a_{m-1}A^{m-2}+\ldots +a_1I=0$, contradicting minimality.

2
On

The constant coeficient of the minimal polynomial is cero iff cero is root of the minimal polinomial iff cero is root of characteristic polynomial iff the matrix has cero as eigenvalue iff the matrix is singular.