$L$ is $\adjoint{L}$, or if it's a matrix, then its transpose is
$\transpose{L}$. Its trace is $\trace{L}$. Another matrix-specific
concept is the Moore-Penrose pseudoinverse of $L$, denoted by
- $\pseudoinverse{L}$.
+ $\pseudoinverse{L}$. Finally, the rank of a matrix $L$ is
+ $\rank{L}$.
The span of a set $X$ is $\spanof{X}$, and its codimension is
$\codim{X}$. The projection of $X$ onto $V$ is $\proj{V}{X}$. The
% The trace of an operator.
\newcommand*{\trace}[1]{ \operatorname{trace}\of{{#1}} }
+
+% The "rank" of its argument, which is context-dependent. It can mean
+% any or all of,
+%
+% * the rank of a matrix,
+% * the rank of a power-associative algebra (particularly an EJA),
+% * the rank of an element in a Euclidean Jordan algebra.
+%
+\newcommand*{\rank}[1]{ \operatorname{rank}\of{{#1}} }
+
+
% The ``span of'' operator. The name \span is already taken.
\newcommand*{\spanof}[1]{ \operatorname{span}\of{{#1}} }