]> gitweb.michael.orlitzky.com - mjotex.git/blobdiff - mjo-arrow.tex
Add \inverse and \lyapunovrank commands.
[mjotex.git] / mjo-arrow.tex
index 3ae2daac179659b681c3ab9d14990250cf80bb31..75b70c9d8b3670d94fb5ed5ca953d20b2464a008 100644 (file)
@@ -7,4 +7,7 @@
 
 % 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} }
+\newcommand*{\compose}[2]{ {#1}\circ{#2} }
+
+% The inverse of an arrow, function, or whatever.
+\newcommand*{\inverse}[1]{ #1^{-1} }