summaryrefslogtreecommitdiff
path: root/Master/texmf-doc/doc/english/guide-to-latex/exercises/chap7/exer7-8.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-doc/doc/english/guide-to-latex/exercises/chap7/exer7-8.tex')
-rw-r--r--Master/texmf-doc/doc/english/guide-to-latex/exercises/chap7/exer7-8.tex10
1 files changed, 0 insertions, 10 deletions
diff --git a/Master/texmf-doc/doc/english/guide-to-latex/exercises/chap7/exer7-8.tex b/Master/texmf-doc/doc/english/guide-to-latex/exercises/chap7/exer7-8.tex
deleted file mode 100644
index b163e13ded6..00000000000
--- a/Master/texmf-doc/doc/english/guide-to-latex/exercises/chap7/exer7-8.tex
+++ /dev/null
@@ -1,10 +0,0 @@
-\documentclass{article}
-\setlength{\textwidth}{135mm}
-\begin{document}
-\noindent
-The gamma function $\Gamma(x)$ is defined as
-\[ \Gamma(x)\equiv\lim_{n\to\infty}\prod_{\nu=0}^{n-1}\frac{n!n^{x-1}}{x+\nu}
- = \lim_{n\to\infty}\frac{n!n^{x-1}}{x(x+1)(x+2)\cdots(x+n-1)}
- \equiv\int_0^\infty e^{-t}t^{x-1}\,dt \]
-The integral definition is valid only for $x>0$ (2nd Euler integral).
-\end{document}