diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 15 |
1 files changed, 9 insertions, 6 deletions
@@ -144,7 +144,16 @@ </section> <section> + <h3>Summenzeichen</h3> + <p>\[ \sum_{x=1}^{5} x^2 \]</p> + <p class="fragment fade-up">\[ = 1^2 + 2^2 + 3^2 + 4^2 + 5^2 = 55 \]</p> + </section> + + <section> <h3>Fläche der Koch Kurve</h3> + <section> + <p>\[ \frac{2s^2\sqrt{3}}{5} \]</p> + </section> </section> <section> @@ -162,12 +171,6 @@ </section> <section> - <h3>Summenzeichen</h3> - <p>\[ \sum_{x=1}^{5} x^2 \]</p> - <p class="fragment fade-up">\[ = 1^2 + 2^2 + 3^2 + 4^2 + 5^2 = 55 \]</p> - </section> - - <section> <h3>Quellen</h3> <p>https://en.wikipedia.org/wiki/Koch_snowflake</p> <p>https://de.wikipedia.org/wiki/Selbst%C3%A4hnlichkeit</p> |