OutputForm
Usage
• OutputForm[expr] 作为一个二维仅使用键盘字符的expr的表示输出。
Notes
• OutputForm 是StandardForm的一个近似,使用普通键盘字符。
• 许多表达式的 OutputForm 和它们内部表示十分不同。 • OutputForm 起一个包装的作用,影响输出,但不影响计算。 • OutputForm 不能对Mathematica的输出直接使用。 • 可能的话, OutputForm对特殊字符使用近似。这样  作为  给出,  作为 e'给出。
Further Examples
Compare the appearance of the two results.
In[1]:=
|
Out[1]=
|
Compare the appearance of the two results.
In[2]:=
|
Out[2]//OutputForm=
|
Out[2]//OutputForm=
|
|