diff options
author | Marvin Borner | 2020-07-08 15:45:54 +0200 |
---|---|---|
committer | Marvin Borner | 2020-07-08 15:45:54 +0200 |
commit | 5a3db3c49e70077e194bcfb6e6768357f49ce6a0 (patch) | |
tree | 56ed1176c729cf0247ec99679770c8762ced2243 /index.html | |
parent | 8106ccf587c156cbf3f4be5fe81741452caa2b47 (diff) |
Ok
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> |