summaryrefslogtreecommitdiff
path: root/doc/context/sources/general/manuals/mathml/wh-s-001.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/context/sources/general/manuals/mathml/wh-s-001.xml')
-rw-r--r--doc/context/sources/general/manuals/mathml/wh-s-001.xml49
1 files changed, 49 insertions, 0 deletions
diff --git a/doc/context/sources/general/manuals/mathml/wh-s-001.xml b/doc/context/sources/general/manuals/mathml/wh-s-001.xml
new file mode 100644
index 000000000..b149c7079
--- /dev/null
+++ b/doc/context/sources/general/manuals/mathml/wh-s-001.xml
@@ -0,0 +1,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> \ No newline at end of file