X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=mjo-linear_algebra.tex;h=a1d8c06d9e74aa5d68453aaeb3f1e866681387ee;hb=303483ff6a3d8cba2ec705af56e4fe3d797a9b22;hp=380c3bf546317349b20adedd1974bb82da6ed9f6;hpb=21d18c2a88952e968b02c838abc5cb61dff960c9;p=mjotex.git diff --git a/mjo-linear_algebra.tex b/mjo-linear_algebra.tex index 380c3bf..a1d8c06 100644 --- a/mjo-linear_algebra.tex +++ b/mjo-linear_algebra.tex @@ -27,6 +27,10 @@ % 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}} }