|
Further Examples: Level
Here are the subexpressions of a quadratic polynomial that occur at levels , , and .
In[1]:= 
Out[1]= 
In[2]:= 
Out[2]= 
In[3]:= 
Out[3]= 
In[4]:= 
Out[4]= 
The list of the subexpressions of the polynomial that occur down to level is the union of the last three results.
In[5]:= 
Out[5]= 
This adds up the results.
In[6]:= 
Out[6]= 
In[7]:= 
See the Further Examples for Depth and TreeForm.
|