6

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.

MJD
  • 65,394
  • 39
  • 298
  • 580
  • 4
    A matrix is invertible iff its determinant is nonzero. Can you tell the determinant from the characteristic polynomial? – Chris Eagle Jul 03 '12 at 17:33
  • 11
    If you have already learned Cayley-Hamilton theorem, then you know that $A^2+I=0$, i.e., $A^2=-I$. – Martin Sleziak Jul 03 '12 at 17:36
  • The constant coefficient of the characteristic polynomial = determinant of $A.$ A non-zero determinant implies the matrix is invertible. –  Jul 03 '12 at 18:38
  • 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. – Lierre Jul 03 '12 at 19:52

5 Answers5

15

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 <fill in the blank>

Arturo Magidin
  • 398,050
8

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

HorizonsMaths
  • 16,526
3

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

Eric Naslund
  • 72,099
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.

MJD
  • 65,394
  • 39
  • 298
  • 580
  • I would take some objection to your final paragraph; eigenvalues are defined in terms of eigenvectors, and if you view the matrix as acting on $\mathbb{R}^2$, then it has no eigenvectors (and hence no eigenvalues). – Arturo Magidin Jul 03 '12 at 17:39
  • I agree. I have deleted the objectionable paragraph. Thank you. – MJD Jul 03 '12 at 17:40
  • 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...) – Arturo Magidin Jul 03 '12 at 17:47
0

One can use the Cayley-Hamilton Theorem, which states that $f(A) = 0$, where $f(x)$ is the characteristic polynomial of $A$, to determine that $A^{2} + I = 0 \implies A^{2} = -I \implies \det(A)^{2} = (-1)^{2} \implies \det(A) = \pm 1 \ne 0 \implies A$ is invertible.
Note that since the characteristic polynomial has degree $2$ we may assume we are working with $2 \times 2$ matrices.