2

Let $K$ be a field and $A$ a square matrix with entries in $K$. Then A and $A^\top$ have the same characteristic polynomial. What do we know about similarity? Do you have an example where $A$ and $A^\top$ are not similar?

  • 1
    They are similar, however to prove it (at least how I know to prove it) using the Jordan form of $A$ and $A^t$. See http://math.stackexchange.com/questions/94599/a-matrix-is-similar-to-its-transpose – Ofir Schnabel Jul 28 '15 at 11:24
  • The easiest proof is perhaps via Smith normal form. If $P(\lambda)(\lambda I-A)Q(\lambda)=D(\lambda)$ then $Q(\lambda)^T(\lambda I-A^T)P(\lambda)^T=D(\lambda)^T=D(\lambda)$ so $A$ and $A^T$ share the invariant factors (on the diagonal of $D(\lambda)$), thus, are similar. – A.Γ. Jul 28 '15 at 15:56

1 Answers1

1

$A$ and $A^T$ are necessarily similar. To show this, it suffices to note that $$ \dim \ker [(A - \lambda I)^k] = \dim \ker [(A^T - \lambda I)^k] $$ for all $\lambda$ taken from the algebraic closure of $K$ and all $k \in \Bbb N$.

Ben Grossmann
  • 225,327