X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=examples.tex;h=a43b26ef3fb89c9a341c6b57b8af3127112a3781;hb=e157fa83770cf671d8b1ce897964ee5297e0b1eb;hp=a1605c11bd311340a5212754fe0cc7453220f662;hpb=1b921ba1f02499f5784ddb87fd59c0621255042c;p=mjotex.git diff --git a/examples.tex b/examples.tex index a1605c1..a43b26e 100644 --- a/examples.tex +++ b/examples.tex @@ -5,6 +5,13 @@ \begin{document} + \begin{section}{Algebra} + If $R$ is a commutative ring, then $\polyring{R}{X,Y,Z}$ is a + multivariate polynomial ring with indeterminates $X$, $Y$, and + $Z$, and coefficients in $R$. If $R$ is a moreover an integral + domain, then its fraction field is $\Frac{R}$. + \end{section} + \begin{section}{Algorithm} An example of an algorithm (bogosort) environment. @@ -32,6 +39,11 @@ domain, then the preimage under $f$ of $A$ is $\preimage{f}{A}$. \end{section} + \begin{section}{Calculus} + The gradient of $f : \Rn \rightarrow \Rn[1]$ is $\gradient{f} : + \Rn \rightarrow \Rn$. + \end{section} + \begin{section}{Common} The function $f$ applied to $x$ is $f\of{x}$. We can group terms like $a + \qty{b - c}$ or $a + \qty{b - \sqty{c - d}}$. Here's a