[top][index]
search for:

mathML -- convert to MathML format

mathML x -- converts x to MathML form.

i1 : R = ZZ[x,y];
i2 : mathML matrix {{x,y},{x^2+2,0}}

o2 = <matrix>
     <matrixrow><ci>x</ci><ci>y</ci></matrixrow>
     <matrixrow><apply><plus/><apply><power/><ci>x</ci><cn type='integer'>2</cn></apply>
     <cn type='integer'>2</cn></apply>
     <ci>0</ci></matrixrow>
     </matrix>

See also:

  • hypertext
  • Class of returned value: String -- the class of all stringsWays to use mathML :

  • mathML Boolean
  • mathML CC
  • mathML Divide
  • mathML Holder
  • mathML InfiniteNumber
  • mathML MarkUpList
  • mathML MatrixExpression
  • mathML Minus
  • mathML Nothing
  • mathML OneExpression
  • mathML Power
  • mathML Product
  • mathML QQ
  • mathML RR
  • mathML String
  • mathML Sum
  • mathML Symbol
  • mathML Thing
  • mathML ZeroExpression
  • mathML ZZ

  • [top][index]
    search for: