diff options
author | Marvin Borner | 2020-07-09 11:10:43 +0200 |
---|---|---|
committer | Marvin Borner | 2020-07-09 11:10:43 +0200 |
commit | 149b99df1186ec6cf47988c7eb1f2e0b3e660c83 (patch) | |
tree | f9a3a5dabc8319c7e651dc228cd06d7811edf215 | |
parent | 2a33090971b9374bf00f9c6f0b6b93688ea22131 (diff) |
Last minute fixes
-rw-r--r-- | index.html | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -182,16 +182,22 @@ <section> <h3>Die Koch Schneeflocke</h3> + <section> <img class="plain" style="background: none;" src="imgs/KochFlake.svg" alt="Hier könnte ihre Werbung stehen!" /> + </section> + <!-- <span class="fragment" style="display: none !important;"></span> --> - <p class="fragment fade-up"> + <section> \[ P_n = \textcolor{red}{3} \cdot s \cdot \frac{4^n}{3^n} \] - </p> + + \[ \lim_{n\to\infty}A_n = \textcolor{red}{3} \cdot \textcolor{red}{\frac{1}{9}} \cdot \sum_{n=0}^{\infty} \left(\frac{4}{9}\right)^n + \textcolor{red}{1} \] + \[ = 3 \cdot \frac{\frac{1}{9}}{1 - \frac{4}{9}} + 1 = \underline{\underline{1.6}} \] + </section> </section> <section> |