X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mjotex.git;a=blobdiff_plain;f=mjo-algebra.tex;fp=mjo-algebra.tex;h=d70d9fd919fa1d39da8036953c03b3d52ce27426;hp=0000000000000000000000000000000000000000;hb=e157fa83770cf671d8b1ce897964ee5297e0b1eb;hpb=4fd0c97de0370110d6fecab412ec1b5b831611e8 diff --git a/mjo-algebra.tex b/mjo-algebra.tex new file mode 100644 index 0000000..d70d9fd --- /dev/null +++ b/mjo-algebra.tex @@ -0,0 +1,13 @@ +% Needed for \operatorname. +\usepackage{amsopn} + +% The fraction field of its argument, an integral domain. The name +% "Frac" was chosen here instead of "Quot" because the latter +% corresponds to the term "quotient field," which can be mistaken in +% some cases for... a quotient field (something mod something). +\newcommand*{\Frac}[1]{\operatorname{Frac}\of{{#1}}} + +% The polynomial ring whose underlying commutative ring of +% coefficients is the first argument and whose indeterminates (a +% comma-separated list) are the second argumnt. +\newcommand*{\polyring}[2]{{#1}\left[{#2}\right]}