blob: d39c34ae6c6be7dcfb8c8c0d10cd686282b5ee6a (
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
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<document xmlns:math="math">
<math:math>
<math:equation>
<math:field>
<math:sum>
<math:limits>
<math:lowerLimits>
<math:text>i</math:text>
<math:equals/>
<math:number>3</math:number>
</math:lowerLimits>
<math:upperLimits>
<math:number>5</math:number>
</math:upperLimits>
</math:limits>
</math:sum>
<math:text>i</math:text>
<math:index>
<math:text>M</math:text>
</math:index>
<math:power>
<math:number>2</math:number>
</math:power>
</math:field>
</math:equation>
</math:math>
</document>
|