]> gitweb.michael.orlitzky.com - mjotex.git/commitdiff
Add the real matrix transpose operator.
authorMichael Orlitzky <michael@orlitzky.com>
Mon, 29 Aug 2016 00:48:28 +0000 (20:48 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 29 Aug 2016 00:48:28 +0000 (20:48 -0400)
mjo-linear_algebra.tex

index 380c3bf546317349b20adedd1974bb82da6ed9f6..a1d8c06d9e74aa5d68453aaeb3f1e866681387ee 100644 (file)
 % The adjoint of a linear operator.
 \newcommand*{\adjoint}[1]{ #1^{*} }
 
+% The ``transpose'' of a linear operator; namely, the adjoint, but
+% specialized to real matrices.
+\newcommand*{\transpose}[1]{ #1^{T} }
+
 % The ``span of'' operator. The name \span is already taken.
 \newcommand*{\spanof}[1]{ \operatorname{span}\of{{#1}} }