Data/Topics/maths.xml
changeset 316 47ffc0efdd37
parent 308 3a1cca4c6acb
child 430 743028c50e11
equal deleted inserted replaced
315:1f1e5638ed6d 316:47ffc0efdd37
       
     1 <?xml version="1.0" encoding="utf-8"?>
       
     2 <!-- $Id$ -->
       
     3 <publidoc version="1.0">
       
     4   <topic id="maths" xml:lang="fr">
       
     5     <head>
       
     6       <title>Quelques formules mathématiques</title>
       
     7       <subjectset>
       
     8         <subject>Mathématiques</subject>
       
     9       </subjectset>
       
    10     </head>
       
    11 
       
    12     <section>
       
    13       <head>
       
    14         <title>Formule native</title>
       
    15       </head>
       
    16       <section>
       
    17         <head><title>Le dernier théorème de Fermat</title></head>
       
    18         <p>
       
    19           Il n'existe pas de nombres entiers non nuls <var>x</var>,
       
    20           <var>y</var> et <var>z</var> tels que :
       
    21           <math xml:id="fermat" display="wide">
       
    22             <var>x</var><sup>n</sup> + <var>y</var><sup>n</sup> = <var>z</var><sup>n</sup>
       
    23           </math>
       
    24           dès que <var>n</var> est un entier strictement supérieur à 2.
       
    25         </p>
       
    26       </section>
       
    27     </section>
       
    28     
       
    29     <section>
       
    30       <head>
       
    31         <title>Formule en LaTeX</title>
       
    32       </head>
       
    33       <section>
       
    34         <head>
       
    35           <title>Formule dans le texte</title>
       
    36         </head>
       
    37         <p>
       
    38           On rappelle que la <highlight>moyenne</highlight> de <var>X</var> est
       
    39           le nombre : <math><latex>\overline X =
       
    40           \frac{1}{n}\left( {n_1 x_1 + n_2 x_2 + \dots + n_p x_p } \right)</latex></math>.
       
    41         </p>
       
    42         <p>
       
    43           On appelle <highlight>variance</highlight> de la série
       
    44           statistique <var>X</var>, le nombre :
       
    45           <math><latex>V\left( X \right) =
       
    46           \frac{1}{n}\left( {n_1 \left( {x_1 - \overline X } \right)^2 
       
    47           + \dots + n_p \left( {x_p - \overline X } \right)^2 }
       
    48           \right)</latex></math> qu'on réécrit ainsi :
       
    49           <math><latex>V\left( X \right) =
       
    50           \frac{1}{n}\sum\limits_{i = 1}^p {n_i \left( {x_i - \overline X }
       
    51           \right)^2 }</latex></math>.
       
    52         </p>
       
    53         <p>
       
    54           L'<highlight>écart type</highlight> de <var>X</var> est le nombre :
       
    55           <math><latex>
       
    56             {\rm{s}}\left(X\right) = \sqrt{V\left(X\right)}
       
    57           </latex></math>
       
    58         </p>
       
    59       </section>
       
    60       
       
    61       <section>
       
    62         <head>
       
    63           <title>Formule mise en évidence</title>
       
    64         </head>
       
    65         <p>
       
    66           Soit la fonction :
       
    67           <math xml:id="fonction" display="wide">
       
    68             <latex>f(x) = x^2 + \sqrt[3]{\frac{3x}{2y-3}}</latex>
       
    69           </math>
       
    70         </p>
       
    71       </section>
       
    72       
       
    73       <section>
       
    74         <head>
       
    75           <title>Formule encadrée</title>
       
    76         </head>
       
    77         <p>
       
    78           Les transformations de Lorentz :
       
    79           <math xml:id="lorentz" display="box">
       
    80             <latex plain="true">
       
    81               \begin{eqnarray*}
       
    82               ct' &amp; = &amp; \frac{ct-(v/c)x}{\sqrt{1-v^2/c^2}},\\
       
    83               x'  &amp; = &amp; \frac{x-(v/c)ct}{\sqrt{1-v^2/c^2}},\\
       
    84               y'  &amp; = &amp; y,\\
       
    85               z'  &amp; = &amp; z.
       
    86               \end{eqnarray*}
       
    87             </latex>
       
    88           </math>
       
    89         </p>
       
    90       </section>
       
    91       
       
    92       <section>
       
    93         <head>
       
    94           <title>Formules numérotées</title>
       
    95         </head>
       
    96         <p>
       
    97           Une expression matricielle :
       
    98           <math display="numbered">
       
    99             <latex>
       
   100               \left[ \begin{array}{c} x_1 \\ x_2 \end{array} \right] =
       
   101               \begin{bmatrix} A &amp; B \\ C &amp; D \end{bmatrix}
       
   102               \times \left[\begin{array}{c} y_1 \\ y_2 \end{array}\right]
       
   103             </latex>
       
   104           </math>
       
   105         </p>
       
   106         <p>
       
   107           Une intégrale :
       
   108           <math display="numbered">
       
   109             <latex>\int_0^1 \frac{1}{\sqrt{-\ln x}} \; \mathrm dx</latex>
       
   110           </math>
       
   111         </p>
       
   112       </section>
       
   113       
       
   114       <section>
       
   115         <head>
       
   116           <title>Formule numérotée et encadrée</title>
       
   117         </head>
       
   118         <p>
       
   119           Les harmoniques sphériques sont des fonctions définies sur la
       
   120           sphère. Ce sont les fonctions propres du laplacien bidimensionnel à
       
   121           symétrie sphérique,
       
   122           <math display="numbered-box">
       
   123             <latex>
       
   124               \left({\partial^2\over\partial\theta^2}
       
   125               +\cot\theta{\partial\over\partial\theta}
       
   126               +{1\over\sin^2\theta}{\partial^2\over\partial\varphi^2}\right)Y_\ell^m
       
   127               = -\ell(\ell+1)Y_\ell^m\ .
       
   128             </latex>
       
   129           </math>
       
   130           Les harmoniques sphériques forment un ensemble complet de fonctions des
       
   131           angles <math><latex>\theta</latex></math> et
       
   132           <math><latex>\varphi</latex></math> de sorte que toute fonction sur la
       
   133           sphère peut se décomposer sur une base d'harmoniques sphériques.
       
   134         </p>
       
   135       </section>
       
   136     </section>
       
   137  </topic>
       
   138 </publidoc>