]> gitweb.michael.orlitzky.com - mjotex.git/commitdiff
Add the Cartesian product \cartprod command.
authorMichael Orlitzky <michael@orlitzky.com>
Sun, 5 Jun 2016 14:06:06 +0000 (10:06 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Sun, 5 Jun 2016 14:06:06 +0000 (10:06 -0400)
mjo-common.tex

index a4457883acbea4f39adfa6e90e63684533e37eed..8dae2cff42f0d75693f2a01b3c853c74b526ef9b 100644 (file)
@@ -23,6 +23,9 @@
 % A pair of things.
 \providecommand*{\pair}[2]{ \left( {#1}, {#2} \right) }
 
+% The Cartesian product of two things.
+\providecommand*{\cartprod}[2]{ {#1} \times {#2} }
+
 %
 % Product spaces
 %