]> gitweb.michael.orlitzky.com - mjotex.git/blobdiff - mjo-linear_algebra.tex
mjo-linear_algebra.tex: add the Moore-Penrose \pseudoinverse.
[mjotex.git] / mjo-linear_algebra.tex
index 048022935b681bfe5f0d0c04366f7fadcb6383d2..aa0b05eaa640e74bc435aa85eab6c455c443a14c 100644 (file)
 % specialized to real matrices.
 \newcommand*{\transpose}[1]{ #1^{T} }
 
+% The Moore-Penrose (or any other, I guess) pseudo-inverse of its
+% sole argument.
+\newcommand*{\pseudoinverse}[1]{ #1^{+} }
+
 % The trace of an operator.
 \newcommand*{\trace}[1]{ \operatorname{trace}\of{{#1}} }
 
@@ -89,7 +93,7 @@
 \DeclareMathOperator{\oplusperp}{\mathbin{
   \ooalign{
     $\ocircle$\cr
-    \raisebox{0.65\height}{$\clipbox{0pt 0pt 0pt 0.5\height}{$\perp$}$}\cr
+    \raisebox{0.625\height}{$\clipbox{0pt 0pt 0pt 0.5\height}{$\perp$}$}\cr
   }
 }}