diff options
author | Andreas Müller <andreas.mueller@ost.ch> | 2021-10-09 22:19:15 +0200 |
---|---|---|
committer | Andreas Müller <andreas.mueller@ost.ch> | 2021-10-09 22:19:15 +0200 |
commit | be80de442d81fd719216c348dd3574fba75a3f62 (patch) | |
tree | d3c0d84d673643959365c39be41330b7f1af404e /buch/chapters/020-exponential | |
parent | erster Entwurf Kapitel Funktionentheorie (diff) | |
download | SeminarSpezielleFunktionen-be80de442d81fd719216c348dd3574fba75a3f62.tar.gz SeminarSpezielleFunktionen-be80de442d81fd719216c348dd3574fba75a3f62.zip |
more chapter skeletons
Diffstat (limited to '')
-rw-r--r-- | buch/chapters/020-exponential/Makefile.inc | 2 | ||||
-rw-r--r-- | buch/chapters/020-exponential/chapter.tex | 2 | ||||
-rw-r--r-- | buch/chapters/020-exponential/log.tex | 9 | ||||
-rw-r--r-- | buch/chapters/020-exponential/zins.tex | 13 |
4 files changed, 26 insertions, 0 deletions
diff --git a/buch/chapters/020-exponential/Makefile.inc b/buch/chapters/020-exponential/Makefile.inc index 56a6b9a..e3a2417 100644 --- a/buch/chapters/020-exponential/Makefile.inc +++ b/buch/chapters/020-exponential/Makefile.inc @@ -5,6 +5,8 @@ # CHAPTERFILES = $(CHAPTERFILES) \ + chapters/020-exponential/zins.tex \ + chapters/020-exponential/log.tex \ chapters/020-exponential/lambertw.tex \ chapters/020-exponential/uebungsaufgaben/0.tex \ chapters/020-exponential/chapter.tex diff --git a/buch/chapters/020-exponential/chapter.tex b/buch/chapters/020-exponential/chapter.tex index 77bbb1f..0a111d9 100644 --- a/buch/chapters/020-exponential/chapter.tex +++ b/buch/chapters/020-exponential/chapter.tex @@ -9,6 +9,8 @@ \lhead{Exponentialfunktion und Exponentialgleichungen} \rhead{} +\input{chapters/020-exponential/zins.tex} +\input{chapters/020-exponential/log.tex} \input{chapters/020-exponential/lambertw.tex} \section*{Übungsaufgaben} diff --git a/buch/chapters/020-exponential/log.tex b/buch/chapters/020-exponential/log.tex new file mode 100644 index 0000000..3bfb346 --- /dev/null +++ b/buch/chapters/020-exponential/log.tex @@ -0,0 +1,9 @@ +% +% log.tex +% +% (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule +% +\section{Logarithmen +\label{buch:exponential:section:logarithmen}} + + diff --git a/buch/chapters/020-exponential/zins.tex b/buch/chapters/020-exponential/zins.tex new file mode 100644 index 0000000..7dd0431 --- /dev/null +++ b/buch/chapters/020-exponential/zins.tex @@ -0,0 +1,13 @@ +% +% zins.tex +% +% (c) 2021 Prof Dr Andreas Müller, OST Ostscheizer Fachhochschule +% +\section{Exponentialfunktion als Grenzwert +\label{buch:exponential:section:grenzwert}} +\rhead{Exponentialfunktion als Grenzwert} + +\subsection{Permanente Verzinsung} + +\subsection{Eulerscher Grenzwert} + |