diff options
Diffstat (limited to 'files/de/web/mathml/examples/mathml_pythagorean_theorem')
-rw-r--r-- | files/de/web/mathml/examples/mathml_pythagorean_theorem/index.html | 3 |
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> |