Knowledge base dedicated to Linux and applied mathematics.
Home > Latex > FAQ > Latex - FAQ > Transpose Symbol in LaTeX
All the versions of this article: <English> <français>
In mathematics, the transpose symbol is used to represent the transpose of a matrix. In LaTeX, the transpose symbol can be represented using the \intercal
command.
In mathematics, the transpose symbol is used to represent the transpose of a matrix. In LaTeX, the transpose symbol can be represented using the \intercal
command.
To write the transpose symbol in LaTeX, use the \intercal
command. For example:
$$
A^\intercal
$$
$$ A^\intercal $$
This represents the transpose of matrix $A$.
It’s as simple as that!