diff options
author | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:45:38 +0100 |
---|---|---|
committer | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:45:38 +0100 |
commit | 4ab365b110f2f1f2b736326b7059244a32115089 (patch) | |
tree | c3c7c0219f728ade49a78c238c51cc0c8d06ebd6 /files/de/web/mathml/beispiele/mathml_satz_des_pythagoras | |
parent | 8260a606c143e6b55a467edf017a56bdcd6cba7e (diff) | |
download | translated-content-4ab365b110f2f1f2b736326b7059244a32115089.tar.gz translated-content-4ab365b110f2f1f2b736326b7059244a32115089.tar.bz2 translated-content-4ab365b110f2f1f2b736326b7059244a32115089.zip |
unslug de: move
Diffstat (limited to 'files/de/web/mathml/beispiele/mathml_satz_des_pythagoras')
-rw-r--r-- | files/de/web/mathml/beispiele/mathml_satz_des_pythagoras/index.html | 85 |
1 files changed, 0 insertions, 85 deletions
diff --git a/files/de/web/mathml/beispiele/mathml_satz_des_pythagoras/index.html b/files/de/web/mathml/beispiele/mathml_satz_des_pythagoras/index.html deleted file mode 100644 index 3da8248ee6..0000000000 --- a/files/de/web/mathml/beispiele/mathml_satz_des_pythagoras/index.html +++ /dev/null @@ -1,85 +0,0 @@ ---- -title: Beweis des Satzes des Pythagoras -slug: Web/MathML/Beispiele/MathML_Satz_des_Pythagoras -tags: - - Anfänger - - Beispiel - - MathML -translation_of: Web/MathML/Examples/MathML_Pythagorean_Theorem ---- -<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> - -<p>Ohne Angabe des <code>display</code>-Attributes wird die Gleichung <code>inline</code>, also im laufenden Text dargestellt. Die Einrückungen dienen der Übersichtlichkeit. Über die von HTML bekannten Regeln gibt es hier keine Besonderheiten.</p> - -<pre class="brush: html"><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> -</pre> - -<p>Wir zeigen dass das große Quadrat flächengleich dem inneren Quadrat (Kantenlänge: Hypothenuse) plus die Flächen der vier kleinen Dreiecke: <math style="display: block;"> <mtable columnalign="right center left"> <mtr> <mtd> <msup> <mrow> <mo> ( </mo> <mi> a </mi> <mo> + </mo> <mi> b </mi> <mo> ) </mo> </mrow> <mn> 2 </mn> </msup> </mtd> <mtd> <mo> = </mo> </mtd> <mtd> <msup><mi> c </mi><mn>2</mn></msup> <mo> + </mo> <mn> 4 </mn> <mo> ⋅ </mo> <mo>(</mo> <mfrac> <mn> 1 </mn> <mn> 2 </mn> </mfrac> <mi> a </mi><mi> b </mi> <mo>)</mo> </mtd> </mtr> <mtr> <mtd> <msup><mi> a </mi><mn>2</mn></msup> <mo> + </mo> <mn> 2 </mn><mi> a </mi><mi> b </mi> <mo> + </mo> <msup><mi> b </mi><mn>2</mn></msup> </mtd> <mtd> <mo> = </mo> </mtd> <mtd> <msup><mi> c </mi><mn>2</mn></msup> <mo> + </mo> <mn> 2 </mn><mi> a </mi><mi> b </mi> </mtd> </mtr> <mtr> <mtd> <msup><mi> a </mi><mn>2</mn></msup> <mo> + </mo> <msup><mi> b </mi><mn>2</mn></msup> </mtd> <mtd> <mo> = </mo> </mtd> <mtd> <msup><mi> c </mi><mn>2</mn></msup> </mtd> </mtr> </mtable> </math></p> - -<p>Die Lösung der Gleichung wird im Fluss der Seite als Block dargestellt und <code>mtable</code> mit passender Ausrichtung der Spalten sorgt dafür, dass die Gleichungen sauber untereinander gesetzt werden.</p> - -<pre class="brush: html"><math style="display: block;"> - <mtable columnalign="right center left"> - <mtr> - <mtd> - <msup> - <mrow> <mo> ( </mo> <mi> a </mi> <mo> + </mo> <mi> b </mi> <mo> ) </mo> </mrow> <mn> 2 </mn> - </msup> - </mtd> - <mtd> - <mo> = </mo> - </mtd> - <mtd> - <msup> <mi> c </mi> <mn> 2 </mn> </msup> - <mo> + </mo> - <mn> 4 </mn> - <mo> ⋅ </mo> - <mo> ( </mo> <mfrac> <mn> 1 </mn> <mn> 2 </mn> </mfrac> <mi> a </mi> <mi> b </mi> <mo> ) </mo> - </mtd> - </mtr> - <mtr> - <mtd> - <msup> <mi> a </mi> <mn> 2 </mn> </msup> - <mo> + </mo> - <mn> 2 </mn> - <mi> a </mi> - <mi> b </mi> - <mo> + </mo> - <msup> <mi> b </mi> <mn> 2 </mn> </msup> - </mtd> - <mtd> - <mo> = </mo> - </mtd> - <mtd> - <msup> <mi> c </mi> <mn> 2 </mn> </msup> - <mo> + </mo> - <mn> 2 </mn> - <mi> a </mi> - <mi> b </mi> - </mtd> - </mtr> - <mtr> - <mtd> - <msup> <mi> a </mi> <mn> 2 </mn> </msup> - <mo> + </mo> - <msup> <mi> b </mi> <mn> 2 </mn> </msup> - </mtd> - <mtd> - <mo> = </mo> - </mtd> - <mtd> - <msup> <mi> c </mi> <mn> 2 </mn> </msup> - </mtd> - </mtr> - </mtable> -</math></pre> - -<p>Siehe <a href="https://de.wikipedia.org/wiki/Satz_des_Pythagoras#Beweise">https://de.wikipedia.org/wiki/Satz_des_Pythagoras#Beweise</a></p> |