prev  ( testsuite > Presentation > GeneralLayout > mfrac > mfracBheight17  )  next

Alternatives: (mml file)  (full) (simple) (plain) (form) (slideshow)
File:Presentation/GeneralLayout/mfrac/mfracBheight17
CVS-ID:
Author:Design Science, Inc. (D. Doyle, E. Cannon, E. Tabacman, R.Miner)
Description:num/denom height tests

Sample Rendering:

Created by: webeq

Your browser's rendering:

taller num x 2 + h x 2 + ( h x ) 2 taller denom x 2 + x y 2 + ( x y ) 2

Source Code:

<math xmlns="http://www.w3.org/1998/Math/MathML"> 
  <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>