blob: c4c961223b669bbd3ec125cf0ae42e708bd1cdd1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<?xml version="1.0" encoding="UTF-8" ?>
<math:math xmlns:math="http://www.w3.org/1998/Math/MathML">
<math:msup>
<math:mfenced>
<math:mrow>
<math:mi>a</math:mi>
<math:mo>+</math:mo>
<math:mi>b</math:mi>
</math:mrow>
</math:mfenced>
<math:mn>2</math:mn>
</math:msup>
</math:math>
|