aboutsummaryrefslogtreecommitdiffstats
path: root/buch/chapters/010-potenzen/uebungsaufgaben/102.tex
diff options
context:
space:
mode:
authorAndreas Müller <andreas.mueller@ost.ch>2022-01-17 14:05:05 +0100
committerAndreas Müller <andreas.mueller@ost.ch>2022-01-17 14:05:05 +0100
commit0ae2acadcf667fcd3d2cfc76aad9a7a754cb0f61 (patch)
tree3e6f708e3c84ec26eaf9a2e8eb1658b753f41a34 /buch/chapters/010-potenzen/uebungsaufgaben/102.tex
parentmany changes in the orthogonality chapter (diff)
downloadSeminarSpezielleFunktionen-0ae2acadcf667fcd3d2cfc76aad9a7a754cb0f61.tar.gz
SeminarSpezielleFunktionen-0ae2acadcf667fcd3d2cfc76aad9a7a754cb0f61.zip
add lots of images for a new cover
Diffstat (limited to 'buch/chapters/010-potenzen/uebungsaufgaben/102.tex')
-rw-r--r--buch/chapters/010-potenzen/uebungsaufgaben/102.tex17
1 files changed, 17 insertions, 0 deletions
diff --git a/buch/chapters/010-potenzen/uebungsaufgaben/102.tex b/buch/chapters/010-potenzen/uebungsaufgaben/102.tex
new file mode 100644
index 0000000..98e9fcc
--- /dev/null
+++ b/buch/chapters/010-potenzen/uebungsaufgaben/102.tex
@@ -0,0 +1,17 @@
+Berechnen Sie den Konvergenzradius der Exponentialreihe
+$e^z=\sum_{k=0}^\infty z^k/k!$
+
+\begin{loesung}
+Mit $a_k=1/k!$ folgt mit dem Quotientenkriterium
+\[
+\frac{a_{k+1}}{a_k}
+=
+\frac{(k+1)!}{k!}
+=
+k+1
+\to
+\infty
+\]
+für $k\to\infty$.
+Der Konvergenzradius ist daher unendlich.
+\end{loesung}