]> gitweb.michael.orlitzky.com - mjotex.git/commitdiff
Add the \directsum operator.
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 6 Jul 2016 16:43:27 +0000 (12:43 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Wed, 6 Jul 2016 16:43:27 +0000 (12:43 -0400)
mjo-common.tex

index 408ca3310e7dbff8e498936e4bfefbe77e49c483..0a9a5d206941c55346153e22bc0b41a8c7cc4510 100644 (file)
@@ -29,6 +29,9 @@
 % The Cartesian product of three things.
 \providecommand*{\cartprodthree}[3]{ \cartprod{{#1}}{\cartprod{{#2}}{{#3}}} }
 
+% The direct sum of two things.
+\providecommand*{\directsum}[2]{ {#1}\oplus{#2} }
+
 % The factorial operator.
 \providecommand*{\factorial}[1]{ {#1}! }