summaryrefslogtreecommitdiff
path: root/doc/context/sources/general/manuals/mathml/wh-s-001.xml
blob: b149c70799771b1a9866a3c0f3e52bcfb6e3ac31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<math xmlns='http://www.w3c.org/mathml' version='2.0'>
  <apply> <forall/>
    <condition>
      <apply> <in/>
        <ci> x </ci> 
        <ci> &reals; </ci> 
      </apply>
    </condition>
    <apply> <eq/>
      <apply> <power/>
        <ci> &exponentiale; </ci>
        <ci> x </ci> 
      </apply>
      <apply> <plus/>
        <cn> 1 </cn> 
        <ci> x </ci> 
        <apply> <divide/>
          <apply> <power/>
            <ci> x </ci> 
            <cn> 2 </cn> 
          </apply>
          <apply> <factorial/>
            <cn> 2 </cn> 
          </apply>
        </apply>
        <apply> <divide/>
          <apply> <power/>
            <ci> x </ci> 
            <cn> 3 </cn> 
          </apply>
          <apply> <factorial/>
            <cn> 3 </cn> 
          </apply>
        </apply>
        <ci> &cdots; </ci>
        <apply> <divide/>
          <apply> <power/>
            <ci> x </ci> 
            <ci> n </ci> 
          </apply>
          <apply> <factorial/>
            <ci> n </ci> 
          </apply>
        </apply>
        <ci> &cdots; </ci>
      </apply>
    </apply>
  </apply>
</math>