Mathematica 9 is now available

FullForm

Usage

FullForm[expr] 显示 expr 的完全形式,不使用特殊句法。


Notes

• 例如: FullForm[a + b^2]LongRightArrow .
FullForm 是一个"包装",它影响显示,但不影响计算.
• 参见 Mathematica 全书: 2.1.1, 节 2.1.1, 节 2.1.4, 节 2.3.1, 节 2.3.13 and 节 2.8.1.
• 同时参见: InputForm, TreeForm.
Further Examples

Here is the FullForm of a polynomial.

In[1]:=  

Out[1]//FullForm=

This gives the FullForm of an equation.

In[2]:=  

Out[2]//FullForm=

See the Further Examples for Blank.



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.