| prev | next |
| File: | Presentation/GeneralLayout/msqrt-mroot/msqrtBimplied8.html | |
| Author: | Robert Miner and Jeff Schaefer, Geometry Technologies | |
| Description: | This example tests that <msqrt> works with an implied <mrow>. In particular, it tests the case where there are no children except the implied <mrow>. | |
| Sample Rendering: |
|
Your browser's rendering:
Source Code:
<math>
<mrow>
<msqrt>
<mi>x</mi>
<mo>-</mo>
<mn>3</mn>
</msqrt>
<mo>+</mo>
<msqrt>
<mrow>
<mi>x</mi>
<mo>-</mo>
<mn>3</mn>
</mrow>
</msqrt>
<mo>+</mo>
<msqrt> </msqrt>
</mrow>
</math>