Is a matrix over a PID similar to its transpose?

428 Views Asked by At

We say that two matrices $A,\,B\in M_n(R)$ are similar if there is some invertible matrix $P$ such that $P^{-1}AP=B$. Now, if $R$ was a field (or certainly an algebraically closed field) then it is straightforward to show $A$ and $A^T$ are similar. Simply use the Jordan form.

I am wondering if this result also holds true over more general rings, say a PID.

As a starting position I was thinking of looking over $\mathbb{Z}$ and perhaps using the Smith Normal Form in some way.

2

There are 2 best solutions below

1
On

No, it's not!

The matrix $A=\pmatrix{8&2\\0&1}$ is not similar over $\mathbb Z$ to its transpose.

0
On

For another example, the matrix $A = \begin{pmatrix} 1 & 2 & 1 \\ 0 & 1 & 3 \\ 0 & 0 & 1 \end{pmatrix}$ is not similar over $\mathbb{Z}$ to its transpose.

(I've just checked this, as I wondered whether assuming unitriangularity would help.)