From: Michael Orlitzky Date: Wed, 9 Mar 2016 00:28:37 +0000 (-0500) Subject: Remove \adjinv from mjo-linear_algebra. X-Git-Tag: posZ-submitted-laa~53 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mjotex.git;a=commitdiff_plain;h=84908a9784ed6e4c8e856572ecb33a916a6fe46d Remove \adjinv from mjo-linear_algebra. --- diff --git a/mjo-linear_algebra.tex b/mjo-linear_algebra.tex index 955dd3a..b3d4296 100644 --- a/mjo-linear_algebra.tex +++ b/mjo-linear_algebra.tex @@ -43,8 +43,5 @@ % The ``write a big vector as a matrix'' operator. \newcommand*{\matricize}[1]{ \operatorname{mat} \of{{#1}} } -% The inverse of the adjoint of an operator (the argument). -\newcommand*{\adjinv}[1]{ \left( {#1}^{*} \right)^{-1} } - % An inline column vector, with parentheses and a transpose operator. \newcommand*{\colvec}[1]{ \left( {#1} \right)^{T} }