The only thing I can think of I that suppose A is \begin{pmatrix} a & b & c \\ d & e & f \\ g & h & i \\ \end{pmatrix} After subtracted from $0$, we get \begin{pmatrix} -a & -b & -c \\ -d & -e & -f \\ -g & -h & -i \\ \end{pmatrix}
Using Cofacter expansion we get Characteristic Polynomial = -det(A). And if the matrix becomes 2$\times$2, Characteristic Polynomial=det(A). Since I am not too familiar with the theorems, how is it related to invertibility?
Could someone give me hint?