]> gitweb.michael.orlitzky.com - mjotex.git/commitdiff
Add \inverse and \lyapunovrank commands.
authorMichael Orlitzky <michael@orlitzky.com>
Mon, 29 Aug 2016 02:15:00 +0000 (22:15 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 29 Aug 2016 02:15:00 +0000 (22:15 -0400)
mjo-arrow.tex
mjo-cone.tex

index 6f26207b728ed4ecf9e49a38a0cb9d946017e076..75b70c9d8b3670d94fb5ed5ca953d20b2464a008 100644 (file)
@@ -8,3 +8,6 @@
 % The composition of two arrows/functions. For example, the
 % composition of g with f is \compose{g}{f}\of{x} === g\of{f\of{x}}.
 \newcommand*{\compose}[2]{ {#1}\circ{#2} }
+
+% The inverse of an arrow, function, or whatever.
+\newcommand*{\inverse}[1]{ #1^{-1} }
index b53e23918d36c644d9ead02e35574d9adbdcc2a6..6c681e9ebee4a7d0a9b7fef673ac3bf45cd1f1d5 100644 (file)
@@ -59,6 +59,8 @@
 % The space of Lyapunov-like operators on its argument.
 \newcommand*{\LL}[1]{ \mathbf{LL}\of{ {#1} } }
 
+% The Lyapunov rank of the given cone.
+\newcommand*{\lyapunovrank}[1]{ \beta\of{ {#1} } }
 
 %
 % Cone inequality operators.