]> gitweb.michael.orlitzky.com - mjotex.git/commitdiff
Add mjo-calculus.tex for the gradient.
authorMichael Orlitzky <michael@orlitzky.com>
Tue, 6 Aug 2019 00:41:51 +0000 (20:41 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Tue, 6 Aug 2019 00:41:51 +0000 (20:41 -0400)
GNUmakefile
examples.tex
mjo-calculus.tex [new file with mode: 0644]
mjotex.sty

index 8f9fc6be76dda4c376ae9f47754fd1037d6caf05..4474d2f63882e4b7f0b62ae14016a917b9f12125 100644 (file)
@@ -17,10 +17,11 @@ PN = examples
 
 # A space-separated list of the mjotex files that you use. The path to
 # mjotex must be contain in your $TEXINPUTS environment variable.
-MJOTEX  = mjo-algorithm.tex mjo-arrow.tex mjo-common.tex mjo-complex.tex
-MJOTEX += mjo-cone.tex mjo-convex.tex mjo-font.tex mjo-linear_algebra.tex
-MJOTEX += mjo-listing.tex mjo-misc.tex mjo-proof_by_cases.tex mjo-theorem.tex
-MJOTEX += mjo-theorem-star.tex mjo-topology.tex mjo.bst
+MJOTEX  = mjo-algorithm.tex mjo-arrow.tex mjo-calculus.tex mjo-common.tex
+MJOTEX += mjo-complex.tex mjo-cone.tex mjo-convex.tex mjo-font.tex
+MJOTEX += mjo-linear_algebra.tex mjo-listing.tex mjo-misc.tex
+MJOTEX += mjo-proof_by_cases.tex mjo-theorem.tex mjo-theorem-star.tex
+MJOTEX += mjo-topology.tex mjo.bst
 
 # Use kpsewhich (from the kpathsea suite) to find the absolute paths
 # of the bibtex/mjotex files listed in in $(BIBS)/$(MJOTEX). The SRCS
index a1605c11bd311340a5212754fe0cc7453220f662..6e1c5007abf16c19d48f8eadb7c1a03b85a49cab 100644 (file)
     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
diff --git a/mjo-calculus.tex b/mjo-calculus.tex
new file mode 100644 (file)
index 0000000..c162d34
--- /dev/null
@@ -0,0 +1,3 @@
+% The gradient of its argument, which should be a function from R^n to
+% R (or maybe some other field).
+\newcommand*{\gradient}[1]{ \nabla{{#1}} }
index 0c5cd76861f4efddf968f45cec77296b6b585e71..e01ea7b0bcdc6d22d8a7ae420d8d71b98b2a43b2 100644 (file)
@@ -1,5 +1,6 @@
 \input{mjo-algorithm}
 \input{mjo-arrow}
+\input{mjo-calculus}
 \input{mjo-common}
 \input{mjo-complex}
 \input{mjo-cone}