DOCUMENTATION CENTER SEARCH
Mathematica
>
Built-in
Mathematica
Symbol
Exchanging Material with the Web
Forms of Input and Output
Tutorials »
|
Export
TeXForm
Import
See Also »
MathMLForm
MathMLForm
[
expr
]
prints as a MathML form of
expr
.
MORE INFORMATION
MathMLForm
gives presentation MathML, although its output can normally be interpreted by
Mathematica
.
MathMLForm
[
expr
]
gives MathML for the
TraditionalForm
of
expr
.
»
MathMLForm
[
StandardForm
[
expr
]]
gives MathML for the
StandardForm
of
expr
.
»
MathMLForm
acts as a "wrapper", which affects printing, but not evaluation.
MathMLForm
gives special characters using HTML aliases.
EXAMPLES
CLOSE ALL
Basic Examples
(2)
A typeset expression:
In[1]:=
Out[1]//MathMLForm=
A special character:
In[1]:=
Out[1]//MathMLForm=
Scope
(7)
Generalizations & Extensions
(1)
Properties & Relations
(4)
SEE ALSO
Export
TeXForm
Import
TUTORIALS
Exchanging Material with the Web
Forms of Input and Output
New in 4.1
© 2008 Wolfram Research, Inc.