| prev | next |
| File: | Presentation/GeneralLayout/mfrac/mfracBheight17.html | |
| Author: | Design Science, Inc. (D. Doyle, E. Cannon, E. Tabacman, R.Miner) | |
| Description: | num/denom height tests | |
| Sample Rendering: |
|
Your browser's rendering:
Source Code:
<math>
<mtable>
<mtr>
<mtd>
<mtext>taller num</mtext>
</mtd>
<mtd>
<msup>
<mi>x</mi>
<mn>2</mn>
</msup>
<mo>+</mo>
<msup>
<mfrac>
<mi>h</mi>
<mi>x</mi>
</mfrac>
<mn>2</mn>
</msup>
<mo>+</mo>
<msup>
<mrow>
<mo>(</mo>
<mfrac>
<mi>h</mi>
<mi>x</mi>
</mfrac>
<mo>)</mo>
</mrow>
<mn>2</mn>
</msup>
</mtd>
</mtr>
<mtr>
<mtd>
<mtext>taller denom</mtext>
</mtd>
<mtd>
<msup>
<mi>x</mi>
<mn>2</mn>
</msup>
<mo>+</mo>
<msup>
<mfrac>
<mi>x</mi>
<mi>y</mi>
</mfrac>
<mn>2</mn>
</msup>
<mo>+</mo>
<msup>
<mrow>
<mo>(</mo>
<mfrac>
<mi>x</mi>
<mi>y</mi>
</mfrac>
<mo>)</mo>
</mrow>
<mn>2</mn>
</msup>
</mtd>
</mtr>
</mtable>
</math>