From 84908a9784ed6e4c8e856572ecb33a916a6fe46d Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Tue, 8 Mar 2016 19:28:37 -0500 Subject: [PATCH] Remove \adjinv from mjo-linear_algebra. --- mjo-linear_algebra.tex | 3 --- 1 file changed, 3 deletions(-) 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} } -- 2.43.2