| prev | next |
| File: | Presentation/GeneralLayout/msqrt-mroot/mrootB1.html | |
| 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>
<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>