Rudy’s OBTF Rudolf Adamkovič

Home / LaTeX


Transposes

Four ways to typeset matrix transpose:

\begin{gather*}
  A^\mathrm{T} =
  A^\top =
  A^\intercal =
  A^\mathsf{T}
  \\[2ex]
  \vec{v}^\mathrm{T} =
  \vec{v}^\top =
  \vec{v}^\intercal =
  \vec{v}^\mathsf{T}
\end{gather*}
\begin{gather*} A^\mathrm{T} = A^\top = A^\intercal = A^\mathsf{T} \\[2ex] \vec{v}^\mathrm{T} = \vec{v}^\top = \vec{v}^\intercal = \vec{v}^\mathsf{T} \end{gather*}

Subjectively, the last one looks best.


© 2025 Rudolf Adamkovič under GNU General Public License (GPL) version 3 or later.
Made with Emacs and secret alien technologies of yesteryear.