Robert M. Corless
Department of Applied Mathematics
University of Western Ontario
London, Canada

Copyright 2001 by Robert M. Corless
All rights reserved

Useful one-word commands 

Использование монокоманд

Packages in Maple 

Пакеты в Maple

MathML 

Пакет MathML

> restart;
> with( MathML );

[Export, ExportContent, ExportPresentation, Import,...

> p := x^2 - 2*b*x + c;

p := x^2-2*b*x+c

> s := solve( p, x );

s := b+sqrt(b^2-c), b-sqrt(b^2-c)

> r1 := ExportPresentation( s[1] ):
> XMLTools[Print]( r1 );
<math xmlns='http://www.w3.org/1998/Math/MathML'>
  <mrow>
    <mi>b</mi>
    <mo>+</mo>
    <msqrt>
      <mrow>
        <mfenced>
          <msup>
            <mi>b</mi>
            <mn>2</mn>
          </msup>
        </mfenced>
        <mo>-</mo>
        <mi>c</mi>
      </mrow>
    </msqrt>
  </mrow>
</math>

С официального разрешения                    © 2002 Waterloo Maple, Inc

 
Hosted by uCoz