diff options
author | Karl Berry <karl@freefriends.org> | 2011-03-11 00:26:40 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-03-11 00:26:40 +0000 |
commit | 82939b1791f084d4f8dd55923ed894d658b9b172 (patch) | |
tree | d3f64dcbaea3685b0f7a7037b467ec87aa2a7344 /Master/texmf-dist/doc/latex/mil3/mathb.tex | |
parent | a15edb62a11ed95f77b65bf8fdaba6cdbfdec638 (diff) |
new examples package mil3 (10mar11)
git-svn-id: svn://tug.org/texlive/trunk@21677 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/mil3/mathb.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/mil3/mathb.tex | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/mil3/mathb.tex b/Master/texmf-dist/doc/latex/mil3/mathb.tex new file mode 100644 index 00000000000..51c0429cb25 --- /dev/null +++ b/Master/texmf-dist/doc/latex/mil3/mathb.tex @@ -0,0 +1,24 @@ +% Sample file: mathB.tex +% Typeset with LaTeX format +\documentclass{article} + +\begin{document} +In first year calculus, we define intervals such as +%$(u, v)$ and $(u, \infty)$. Such an interval is a + $(u, v)$ and (u, \infty)$. Such an interval is a + \emph{neighborhood} of $a$ +if $a$ is in the interval. Students should +realize that $\infty$ is only a +symbol, not a number. This is important since +we soon introduce concepts + such as $\lim_{x \to \infty} f(x)$. +%such as $\lim_{x \to \infty f(x)$. + +When we introduce the derivative +\[ + \lim_{x \to a} \frac{f(x) - f(a)}{x - a} + %\lim_{x \to a} \frac{f(x) - f(a) x - a} +\] +we assume that the function is defined and continuous +in a neighborhood of $a$. +\end{document} |