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 29 30 31 32 33 34 35 36 37 38 39
|
<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
<mrow>
<mi>λ</mi>
<mspace width="1em"/>
<mo>=</mo>
<mspace width="1em"/>
<munderover>
<mo>∑</mo>
<mrow>
<mi>i</mi>
<mo>=</mo>
<mn>1</mn>
</mrow>
<mi>k</mi>
</munderover>
<msup>
<mfenced>
<mrow>
<mfrac>
<mrow>
<msub>
<mi>μ</mi>
<mi>i</mi>
</msub>
</mrow>
<mrow>
<msub>
<mi>σ</mi>
<mi>i</mi>
</msub>
</mrow>
</mfrac>
</mrow>
</mfenced>
<mn>2</mn>
</msup>
</mrow>
</math>
|