4
$\begingroup$

Given that $A$ is a square matrix with characteristic polynomial $t^2+1$, is $A$ invertible?

I'm not sure, but this question seems to depend on whether $A$ is over $\mathbb{R}$ or over $\mathbb{C}$. My reasoning is that if $A$ is over $\mathbb{C}$ then $A$ has two distinct eigenvalues $-i$ and $i$ and is diagonalizable. Since it's diagonalization is invertible, $A$ is also invertible.

However if $A$ is over $\mathbb{R}$ then $A$ has no eigenvalues and therefore... I don't know where to go from there.

  • 0
    The invertibility property does not depend on the base field. So if a matrix with real coefficients has a complex inverse, this inverse is in fact real.2012-07-03

5 Answers 5

14

The eigenvalues of the matrix are all roots of the characteristic polynomial.

A square matrix is invertible if and only if $0$ is not an eigenvalue of the matrix.

Therefore, a square matrix is invertible if and only the constant term of its characteristic polynomial is

  • 1
    @RobertS.Barnes: Exactly.2012-07-03
8

Yes it is. In fact $A^{-1}=-A$.

3

$A$ is a square matrix and $\det A=1$ so it is invertible.

2

Hint: $\pmatrix{ \hphantom{-}0&1\\ -1&0 }$ is an example of a real matrix with characteristic polynomial $t^2+1$ which is invertible. Its inverse is $\pmatrix{ 0&-1\\ 1&\hphantom{-}0 }$, as you can easily check.

  • 0
    It's not misguided, with the appropriate caveats, and it can be made very precise (e.g., you can "complexify" the vector space to obtain eigenvalues), or you can talk about roots of the characteristic polynomial over an algebraic closure of the field of definition. I just thought that such a categorical statement might be confusing given how eigenvalues are usually introduced. (For that matter, my own phrasing in my question could likewise be misconstrued, so I have just fixed it...)2012-07-03