| @@ -15,6 +15,10 @@ | |||||
| \RequirePackage{xcolor} | \RequirePackage{xcolor} | ||||
| \RequirePackage{array} | \RequirePackage{array} | ||||
| \RequirePackage{enumerate} | \RequirePackage{enumerate} | ||||
| \RequirePackage{tikz} | |||||
| \RequirePackage{pgfplots} | |||||
| \usetikzlibrary{quotes, angles} | |||||
| \DeclareOption{uebung}{ | \DeclareOption{uebung}{ | ||||
| \makeatletter | \makeatletter | ||||
| @@ -0,0 +1,19 @@ | |||||
| \documentclass{../../../lecture} | |||||
| \usepackage{standalone} | |||||
| \usepackage{tikz} | |||||
| \begin{document} | |||||
| \input{analysis3.tex} | |||||
| \input{analysis4.tex} | |||||
| \input{analysis5.tex} | |||||
| \input{analysis6.tex} | |||||
| \input{analysis7.tex} | |||||
| \input{analysis8.tex} | |||||
| \input{analysis9.tex} | |||||
| \input{analysis10.tex} | |||||
| \input{analysis11.tex} | |||||
| \input{analysis12.tex} | |||||
| \end{document} | |||||
| @@ -130,11 +130,4 @@ Für $n \in \N$ ist die Fakultät $n!$ rekursiv definiert durch: | |||||
| $\binom{n}{1} = \binom{n}{n-1} = n, \forall n \in \N.$ | $\binom{n}{1} = \binom{n}{n-1} = n, \forall n \in \N.$ | ||||
| \end{definition} | \end{definition} | ||||
| \begin{figure}[ht] | |||||
| \centering | |||||
| \incfig{figur1} | |||||
| \caption{figur1} | |||||
| \label{fig:figur1} | |||||
| \end{figure} | |||||
| \end{document} | \end{document} | ||||
| @@ -1,14 +1,6 @@ | |||||
| \documentclass{lecture} | \documentclass{lecture} | ||||
| \begin{document} | \begin{document} | ||||
| \section{Grundlagen} | |||||
| \subsection{Organisatorisches} | |||||
| \begin{enumerate} | |||||
| \item Freitag 1.11. Feiertag | |||||
| \item Abgabe Donnerstag davor | |||||
| \end{enumerate} | |||||
| \begin{lemma}[] | \begin{lemma}[] | ||||
| Für $n, k \in \N$ mit $0 < k < n$ gilt: | Für $n, k \in \N$ mit $0 < k < n$ gilt: | ||||
| @@ -38,13 +30,6 @@ | |||||
| ,,Pascalsches Dreieck''. | ,,Pascalsches Dreieck''. | ||||
| \end{bem} | \end{bem} | ||||
| \begin{figure}[ht] | |||||
| \centering | |||||
| \incfig{pascal2} | |||||
| \caption{Pascalsches Dreieck} | |||||
| \label{fig:pascal2} | |||||
| \end{figure} | |||||
| \begin{satz}[Binomische Formel] | \begin{satz}[Binomische Formel] | ||||
| Für $a, b \in \R$ und $n \in \N$ gilt: | Für $a, b \in \R$ und $n \in \N$ gilt: | ||||
| \[ | \[ | ||||
| @@ -2,7 +2,6 @@ | |||||
| \begin{document} | \begin{document} | ||||
| \section{Grundlagen} | |||||
| \begin{definition}[Positivität] | \begin{definition}[Positivität] | ||||
| Sei $\left( K, +, \cdot, > \right)$ ein angeordneter Körper. | Sei $\left( K, +, \cdot, > \right)$ ein angeordneter Körper. | ||||
| $a \in K $ heißt positiv falls $a > 0$. | $a \in K $ heißt positiv falls $a > 0$. | ||||
| @@ -10,8 +10,6 @@ | |||||
| \textbf{Nächsten Mittwoch:} Vorlesung fällt aus, aber Ersatztermin | \textbf{Nächsten Mittwoch:} Vorlesung fällt aus, aber Ersatztermin | ||||
| wird gesucht. | wird gesucht. | ||||
| \section{Reelle Zahlen} | |||||
| Fortsetzung Beweis: | Fortsetzung Beweis: | ||||
| \begin{proof} | \begin{proof} | ||||