update ana 1 scripts

This commit is contained in:
2020-04-22 12:45:39 +02:00
parent 28836de2f4
commit 8fe976ff88
18 changed files with 109 additions and 108 deletions
+2 -2
View File
@@ -14,7 +14,7 @@ Aus Definitionen:
|z| := \sqrt{(\text{Re}(z))^{2} + (\text{Im}(z))^{2}}
.\] und der Ungleichung:
\[
max(|x|, |y|) \le \sqrt{x^2 + y^2} \le |x| + |y| \quad \forall x,y \in \R
\max(|x|, |y|) \le \sqrt{x^2 + y^2} \le |x| + |y| \quad \forall x,y \in \R
.\] folgt:
\begin{enumerate}
@@ -73,7 +73,7 @@ Aus Definitionen:
Folge der Partialsummen
\[
s_n = \sum_{k=0}^{n} q^{k} = \begin{cases}
\frac{1 - q^{n+1}}{1 - q} \quad q \neq 1 & q \neq 1 \\
\frac{1 - q^{n+1}}{1 - q} & q \neq 1 \\
n + 1 & q = 1
\end{cases}
.\]