| prev | ( testsuite > Presentation > GeneralLayout > msqrt-mroot > mrootB1 ) | next |
| Alternatives: | (mml file) (full) (simple) (plain) (form) (slideshow) |
| File: | Presentation/GeneralLayout/msqrt-mroot/mrootB1 |
| CVS-ID: | |
| Author: | Robert Miner and Jeff Schaefer, Geometry Technologies |
| Description: | This example is a basic test of <mroot> with various sizes of arguments. |
Sample Rendering:
| |
Your browser's rendering:
Source Code:
<math xmlns="http://www.w3.org/1998/Math/MathML">
<mrow>
<mroot>
<mn>3</mn>
<mrow>
<mi>x</mi>
<mo>-</mo>
<mn>3</mn>
</mrow>
</mroot>
<mo>+</mo>
<mroot>
<mn>3</mn>
<mi>x</mi>
</mroot>
<mo>+</mo>
<mroot>
<mfrac>
<mroot>
<mrow>
<mn>3</mn>
<mi>x</mi>
</mrow>
<mn>3</mn>
</mroot>
<mrow>
<mi>x</mi>
<mo>-</mo>
<mn>3</mn>
</mrow>
</mfrac>
<mfrac>
<mn>3</mn>
<mn>2</mn>
</mfrac>
</mroot>
</mrow>
</math>