Chris Pollett > Students >
Namon

    ( Print View )

    [Bio]

    [CS297Proposal]

    [Del1VML]

    [Del1SVG]

    [Del2Latex]

    [Del2MML]

    [Del3]

    [Del4]

    [CS297Report-PDF]

    [CS298Proposal]

    [CS298FinalReport-PDF]

    [CS298Presentation-PDF]

    [DemoSquareroot]

    [DemoSubscript]

    [DemoFraction]

                           

























Squareroot Example

MathML file for Squareroot example

<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="presentation-xslt.xsl"?>

<!DOCTYPE math
 [
  <!ENTITY cong "symbolcong">
  <!ENTITY RightArrows "symbolRightArrows">
  <!ENTITY ang "symbolang">
  <!ENTITY Element "symbolElement">
  <!ENTITY Gamma "symbolGamma">
  <!ENTITY le "symbolle">
  <!ENTITY ge "symbolge">
  <!ENTITY Sigma "symbolSigma">
  <!ENTITY cap "symbolcap">
  <!ENTITY empty "symbolempty">
  <!ENTITY triangle "symboltriangle">
  <!ENTITY int "symbolint">
  <!ENTITY hat "symbolhat">
  <!ENTITY InvisibleTimes "">
 ]
 >

<math>
     <mi>a</mi>
      <mo>=</mo>
      <msqrt>
        <mn>2</mn>
      </msqrt>
      <mo>-</mo>
      <msqrt>
        <mrow>
            <mn>4</mn>
            <mi>a</mi>
            <mi>c</mi>
        </mrow>
      </msqrt>
      <mo> + </mo>
      <msqrt width="9" height="1">
       <mrow>
    	 <mi>x</mi>
    	 <mo>+</mo>
    	 <mi>y</mi>
    	 <mo>+</mo>
    	 <mn>5</mn>
   	 <mo>+</mo>
            <msqrt>
   	    <mrow>
      	      <mi>a</mi>
   	      <mo>-</mo>
   	      <mi>b</mi>
   	    </mrow>
           </msqrt>
       </mrow>
  </msqrt>
</math>

Transformed matrix document