From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- .../deriving_the_quadratic_formula/index.html | 12 ++++++++++++ files/zh-cn/web/mathml/examples/index.html | 22 ++++++++++++++++++++++ .../examples/mathml_pythagorean_theorem/index.html | 19 +++++++++++++++++++ 3 files changed, 53 insertions(+) create mode 100644 files/zh-cn/web/mathml/examples/deriving_the_quadratic_formula/index.html create mode 100644 files/zh-cn/web/mathml/examples/index.html create mode 100644 files/zh-cn/web/mathml/examples/mathml_pythagorean_theorem/index.html (limited to 'files/zh-cn/web/mathml/examples') diff --git a/files/zh-cn/web/mathml/examples/deriving_the_quadratic_formula/index.html b/files/zh-cn/web/mathml/examples/deriving_the_quadratic_formula/index.html new file mode 100644 index 0000000000..8c6f3d97dc --- /dev/null +++ b/files/zh-cn/web/mathml/examples/deriving_the_quadratic_formula/index.html @@ -0,0 +1,12 @@ +--- +title: 'MathML: Deriving the Quadratic Formula' +slug: Web/MathML/Examples/Deriving_the_Quadratic_Formula +translation_of: Web/MathML/Examples/Deriving_the_Quadratic_Formula +--- +
{{MathMLRef}}
+ +

本页概述了二次方程式的推导过程。

+ +

我们取一般形式的二次方程,并解出 x:

+ +

a x 2 + b x + c = 0 a x 2 + b x = - c x 2 + b a x = -c a Divide out leading coefficient. x 2 + b a x + b 2 a 2 = - c ( 4 a ) a ( 4 a ) + b 2 4 a 2 Complete the square. ( x + b 2 a ) ( x + b 2 a ) = b 2 - 4 a c 4 a 2 Discriminant revealed. ( x + b 2 a ) 2 = b 2 - 4 a c 4 a 2 x + b 2 a = b 2 - 4 a c 4 a 2 x = -b 2 a ±{C} b 2 - 4 a c 4 a 2 There's the vertex formula. x = - b ±{C} b 2 - 4 a c 2 a

diff --git a/files/zh-cn/web/mathml/examples/index.html b/files/zh-cn/web/mathml/examples/index.html new file mode 100644 index 0000000000..87d264643d --- /dev/null +++ b/files/zh-cn/web/mathml/examples/index.html @@ -0,0 +1,22 @@ +--- +title: 举个例子 +slug: Web/MathML/Examples +tags: + - MathML + - 例子 + - 初学者 + - 指南 +translation_of: Web/MathML/Examples +--- +
{{MathMLRef}}
+ +

您可以在下面找到一些可以参考的例子,以帮助您了解如何使用 MathML 在 Web 内容中显示越来越复杂的数学概念。

+ +
+
勾股定理
+
展示一个勾股定理的证明的小例子。
+
推导二次方程式
+
简述二次方程式的推导过程。
+
MathML 极限测试
+
渲染大量数据的测试。
+
diff --git a/files/zh-cn/web/mathml/examples/mathml_pythagorean_theorem/index.html b/files/zh-cn/web/mathml/examples/mathml_pythagorean_theorem/index.html new file mode 100644 index 0000000000..16cb229c46 --- /dev/null +++ b/files/zh-cn/web/mathml/examples/mathml_pythagorean_theorem/index.html @@ -0,0 +1,19 @@ +--- +title: 证明毕达哥拉斯定理 +slug: Web/MathML/Examples/MathML_Pythagorean_Theorem +tags: + - MathML + - 初学者 + - 指南 + - 数学 +translation_of: Web/MathML/Examples/MathML_Pythagorean_Theorem +--- +
{{MathMLRef}}
+ +

现在,我们来证明毕达哥拉斯定理(勾股定理):

+ +

命题:在一个直角三角形中,斜边的平方等于其他两边的平方之和。

+ +

例如,设 a 和 b 为两直角边,c 为斜边,那么  a 2 + b 2 = c 2

+ +

证明: 我们可以通过代数证明来展示大正方形面积等于内正方形(斜边的平方)加上四个三角形的面积: ( a + b ) 2 = c 2 + 4 ( 1 2 a b ) a 2 + 2 a b + b 2 = c 2 + 2 a ba 2 + b 2 = c 2

-- cgit v1.2.3-54-g00ecf