Mathematica 9 is now available

FullDefinition

Usage

FullDefinition[symbol] 输出作为对symbol给出的定义和这些定义依赖的所有的符号。


Notes

FullDefinition 有属性 HoldAll.
FullDefinition[symbol] 递归输出作为对symbol的所有定义和出现在这些定义中的符号。
FullDefinition 并不看与有属性ReadProtected的符号相关联的规则,并不看与有属性Protected的符号相关联的规则和属性。
• 参见 Mathematica 全书: 2.11.1节.
• 同时参见: Definition, Save, Information.
Further Examples

The function g depends on f.

In[1]:=  

In[2]:=  

The definition of f is not shown here.

In[3]:=  



Now we see everything associated with g.

In[4]:=  

Out[4]=

We tidy up by clearing the functions.

In[5]:=  



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.