Re: MathML Markup for Synthetic Division and cis function

Your attachment appeared to be in some binary format for a program
that I don't have, I found some program that could read it, but I'm not
sure if it appeared quite as you intended (especially the
second one,which had some strange grey areas)

I think the mathml below gets close to the first table that you showed,
although the corner of the two rules isn't quite right. I think possibly
the second form is a combination of using just the normal symbol /
together with underlining (for which you would use the munder element.
But as I say, I'm not sure if I really saw what you intended in this
case.

David

<math xmlns="http://www.w3.org/1998/Math/MathML">
<mtable columnalign="right" columnlines="solid none" rowlines="none
solid none">
  <mtr>
    <mtd rowspan="3"><mn>3</mn></mtd>
    <mtd><mn>3</mn></mtd>
    <mtd><mo>-</mo><mn>2</mn></mtd>
    <mtd><mn>3</mn></mtd>
    <mtd><mo>-</mo><mn>4</mn></mtd>
  </mtr>
  <mtr>    
    <mtd/>
    <mtd><mn>9</mn></mtd>
    <mtd><mn>21</mn></mtd>
    <mtd><mn>72</mn></mtd>
  </mtr>
  <mtr>    
    <mtd/>
    <mtd/>
    <mtd/>
    <mtd/>
  </mtr>
  <mtr>
    <mtd columnspan="2"><mn>3</mn></mtd>
    <mtd><mn>7</mn></mtd>
    <mtd><mn>24</mn></mtd>
    <mtd><mn>68</mn></mtd>
  </mtr>
</mtable>
</math>

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

Received on Saturday, 12 November 2005 23:22:45 UTC