I've been studying some math by myself this summer, and have recently been doing some reading about the groups $\text{GL}(2,\mathbb{Z})$, $\text{SL}(2,\mathbb{Z})$, etc. I've been trying to get a better grasp of conjugation in these groups, but have been unable to figure out something relatively simple:
Are the following two matrices conjugate in $\text{SL}(2,\mathbb{Z})$? If not maybe in $\text{GL}(2,\mathbb{Z})$?
$$\begin{bmatrix} a & b\\ c & d \end{bmatrix}, \begin{bmatrix} a & c\\ b & d \end{bmatrix}\in\text{SL}(\mathbb{Z}[t,t^{-1}]) $$
If so is there a nice conjugating element? Thanks in advance! I don't have the greatest linear algebra background, but am loving group theory, which might be why I am not getting this.
Two such matrices are not always conjugate.
If the matrices $$ A= \begin{pmatrix} a & b \\ c & d \end{pmatrix}, \quad A^T= \begin{pmatrix} a & c \\ b & d \end{pmatrix} $$ are conjugate in $GL_2(\mathbb{C})$, then $XA=A^TX$ for some matrix $$ X= \begin{pmatrix} x & y \\ u & v \end{pmatrix} \in GL_2(\mathbb{C}). $$ Let $b\neq0$ or $c\neq0$. We have $u=y$ and $$ xb+y(d-a)-vc=0. $$
Let $$ A= \begin{pmatrix} t^2+t+1 & t \\ 1+t & 1 \end{pmatrix}. $$ The equality $xt-y(t^2+t)-v(1+t)=0$ must be fulfilled for some $x,y,v\in\mathbb{C}$ simultaneously not equal to $0$. If $t$ is an independent variable, this is not possible.
Correction. I replaced the matrix $A$.