DOCUMENTATION CENTER SEARCH
Mathematica
>
Converting between Expressions & Strings
>
Built-in
Mathematica
Symbol
Forms of Input and Output
Tutorials »
|
StandardForm
TraditionalForm
InputForm
TeXForm
MathMLForm
Short
FullForm
See Also »
|
Converting between Expressions & Strings
Display of Numbers
More About »
OutputForm
OutputForm
[
expr
]
prints as a two-dimensional representation of
expr
using only keyboard characters.
MORE INFORMATION
OutputForm
is an approximation to
StandardForm
which uses only ordinary keyboard characters.
The
OutputForm
of many kinds of expressions is quite different from their internal representation.
OutputForm
acts as a "wrapper", which affects printing, but not evaluation.
»
OutputForm
cannot be used directly for input to
Mathematica
.
When possible,
OutputForm
uses approximations to special characters. Thus
≥
is given as
>=
and
é
as
e'
.
»
EXAMPLES
CLOSE ALL
Basic Examples
(2)
OutputForm
of a typeset expression:
In[1]:=
Out[1]//OutputForm=
OutputForm
of a graphic:
In[1]:=
Out[1]//OutputForm=
Scope
(8)
Properties & Relations
(5)
SEE ALSO
StandardForm
TraditionalForm
InputForm
TeXForm
MathMLForm
Short
FullForm
TUTORIALS
Forms of Input and Output
MORE ABOUT
Converting between Expressions & Strings
Display of Numbers
New in 1 | Last modified in 3
© 2008 Wolfram Research, Inc.