| prev | ( testsuite > Topics > LargeOp > largeopPos3 ) | next |
| Alternatives: | (mml file) (full) (simple) (plain) (form) (slideshow) |
| File: | Topics/LargeOp/largeopPos3 |
| CVS-ID: | |
| Author: | Dave Doyle, Design Science |
| Description: | This test shows the 'cap' operator when it is used in both infix and prefix positions |
Sample Rendering:
| |
Your browser's rendering:
Source Code:
<math xmlns="http://www.w3.org/1998/Math/MathML">
<mrow>
<mrow>
<munderover>
<mrow>
<mo>⋂</mo>
</mrow>
<mrow>
<mi>i</mi>
<mo>=</mo>
<mn>0</mn>
</mrow>
<mrow>
<mi>∞</mi>
</mrow>
</munderover>
</mrow>
<mrow>
<mi>A</mi>
<mo>∩</mo>
<mi>B</mi>
</mrow>
</mrow>
</math>