aboutsummaryrefslogtreecommitdiff
path: root/files/de/web/mathml/examples/mathml_pythagorean_theorem
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 14:45:38 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 14:45:38 +0100
commit12b585b8e60a2877ff64dc6dc5ab058c43652f47 (patch)
tree022e6a59b4a0504d15853edfa8d3370521d8653d /files/de/web/mathml/examples/mathml_pythagorean_theorem
parent4ab365b110f2f1f2b736326b7059244a32115089 (diff)
downloadtranslated-content-12b585b8e60a2877ff64dc6dc5ab058c43652f47.tar.gz
translated-content-12b585b8e60a2877ff64dc6dc5ab058c43652f47.tar.bz2
translated-content-12b585b8e60a2877ff64dc6dc5ab058c43652f47.zip
unslug de: modify
Diffstat (limited to 'files/de/web/mathml/examples/mathml_pythagorean_theorem')
-rw-r--r--files/de/web/mathml/examples/mathml_pythagorean_theorem/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/files/de/web/mathml/examples/mathml_pythagorean_theorem/index.html b/files/de/web/mathml/examples/mathml_pythagorean_theorem/index.html
index 3da8248ee6..bdca83764e 100644
--- a/files/de/web/mathml/examples/mathml_pythagorean_theorem/index.html
+++ b/files/de/web/mathml/examples/mathml_pythagorean_theorem/index.html
@@ -1,11 +1,12 @@
---
title: Beweis des Satzes des Pythagoras
-slug: Web/MathML/Beispiele/MathML_Satz_des_Pythagoras
+slug: Web/MathML/Examples/MathML_Pythagorean_Theorem
tags:
- Anfänger
- Beispiel
- MathML
translation_of: Web/MathML/Examples/MathML_Pythagorean_Theorem
+original_slug: Web/MathML/Beispiele/MathML_Satz_des_Pythagoras
---
<p>Wir erbringen einen Beweis für den Satz des Pythagoras für rechtwinklige Dreiecke: <math> <mrow> <msup><mi> a </mi><mn>2</mn></msup> <mo> + </mo> <msup><mi> b </mi><mn>2</mn></msup> <mo> = </mo> <msup><mi> c </mi><mn>2</mn></msup> </mrow> </math></p>