| prev | ( testsuite > Topics > LargeOp > sum2 ) | next |
| Alternatives: | (mml file) (full) () () () () |
| File: | Topics/LargeOp/sum2 |
| CVS-ID: | |
| Author: | Design Science, Inc. (E. Cannon, E. Tabacman, R.Miner) |
| Description: | display sum |
Sample Rendering:
| |
JEuclids rendering:
Source Code:
<math xmlns="http://www.w3.org/1998/Math/MathML">
<mstyle displaystyle='true'>
<munderover>
<mo>∑</mo>
<mrow>
<mi>i</mi>
<mo>=</mo>
<mn>0</mn>
</mrow>
<mi>∞</mi>
</munderover>
<msub>
<mi>x</mi>
<mi>i</mi>
</msub>
</mstyle>
</math>