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:

Created by: webeq

JEuclids rendering:


Source Code:

    <math xmlns="http://www.w3.org/1998/Math/MathML">
      <mstyle displaystyle='true'>
        <munderover>
          <mo>&sum;</mo>
          <mrow>
            <mi>i</mi>
            <mo>=</mo>
            <mn>0</mn>
          </mrow>
          <mi>&infin;</mi>
        </munderover>
        <msub>
          <mi>x</mi>
          <mi>i</mi>
        </msub>
      </mstyle>
    </math>