|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
OutputForm
OutputForm[expr]
prints as a two-dimensional representation of expr using only keyboard characters.
DetailsDetails
- 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
. »
ExamplesExamplesopen allclose all
Basic Examples (2)Basic Examples (2)
OutputForm of a typeset expression:
| In[1]:= |
Out[1]//OutputForm= | |
OutputForm of a graphic:
| In[1]:= |
Out[1]//OutputForm= | |
New in 1 | Last modified in 3
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »

