Are the matrices $\begin{pmatrix} 1 & 1 \\ 0 & 1\end{pmatrix}$, $\begin{pmatrix} 1 & 0 \\ 1 & 1\end{pmatrix}$ conjugate elements of the group $GL_2(\mathbb{R})$ ? Are they conjugate elements of $SL_2(\mathbb{R})$ ?
Let's call the two matrices shown $E$ and $E^t$. If they are conjugate in $GL_n$, there will be an element $P$ of $GL_n$, a matrix with determinant 1 or -1, such that $PEP^{-1}=E^t$. The equation is equivalent with $PE=E^tP$, and our problem us ti decide whether there is such a matrix P, in $GL_2$. We write P with undetermined coefficients $$P=\begin{pmatrix} a & b \\ c& d \end{pmatrix}$$ Expanding the products $PE$ and $E^tP$ shows that we must have $a=0$ and $b=c$. There is such a P in $GL_2$ but not in $SL_2$
What do you think ?