--- a/RelaxNG/Examples/Topics/maths.xml lun. déc. 16 13:27:01 2013 +0100
+++ b/RelaxNG/Examples/Topics/maths.xml lun. déc. 16 14:16:04 2013 +0100
@@ -13,15 +13,17 @@
<head>
<title>Formule native</title>
</head>
- <p>Le dernier théorème de Fermat :</p>
- <p>
- Il n'existe pas de nombres entiers non nuls <var>x</var>,
- <var>y</var> et <var>z</var> tels que :
- <math display="wide">
- <var>x</var><sup>n</sup> + <var>y</var><sup>n</sup> = <var>z</var><sup>n</sup>
- </math>
- dès que <var>n</var> est un entier strictement supérieur à 2.
- </p>
+ <section>
+ <head><title>Le dernier théorème de Fermat</title></head>
+ <p>
+ Il n'existe pas de nombres entiers non nuls <var>x</var>,
+ <var>y</var> et <var>z</var> tels que :
+ <math display="wide">
+ <var>x</var><sup>n</sup> + <var>y</var><sup>n</sup> = <var>z</var><sup>n</sup>
+ </math>
+ dès que <var>n</var> est un entier strictement supérieur à 2.
+ </p>
+ </section>
</section>
<section>
@@ -37,13 +39,19 @@
On appelle <highlight>variance</highlight> de la série
statistique <var>X</var>, le nombre :
<math><latex>V\left( X \right) =
- \frac{1}{n}\left( {n_1 \left( {x_1 - \overline X } \right)^2 + n_2
- \left( {x_2 - \overline X } \right)^2 + \dots + n_p \left( {x_p -
- \overline X } \right)^2 } \right)</latex></math> qu'on réécrit
- ainsi : <math><latex>V\left( X \right) =
+ \frac{1}{n}\left( {n_1 \left( {x_1 - \overline X } \right)^2
+ + \dots + n_p \left( {x_p - \overline X } \right)^2 }
+ \right)</latex></math> qu'on réécrit ainsi :
+ <math><latex>V\left( X \right) =
\frac{1}{n}\sum\limits_{i = 1}^p {n_i \left( {x_i - \overline X }
\right)^2 }</latex></math>.
</p>
+ <p>
+ L'<highlight>écart type</highlight> de <var>X</var> est le nombre :
+ <math><latex>
+ {\rm{s}}\left(X\right) = \sqrt{V\left(X\right)}
+ </latex></math>
+ </p>
</section>
<section>