Mathematica 9 is now available

OutputForm

Usage

OutputForm[expr] 作为一个二维仅使用键盘字符的expr的表示输出。


Notes

OutputFormStandardForm的一个近似,使用普通键盘字符。 • 许多表达式的 OutputForm 和它们内部表示十分不同。
OutputForm 起一个包装的作用,影响输出,但不影响计算。
OutputForm 不能对Mathematica的输出直接使用。
• 可能的话,OutputForm对特殊字符使用近似。这样  作为 GreaterEqual给出, 作为 e'给出。
• 参见 Mathematica 全书: 1.10.9 and 节 2.8.1.
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=



Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.