|
Further Examples: Power (^)
The defined function PowerTower gives x to the power x to the power x ... n times.
In[1]:= 
PowerTower grows very rapidly. The power tower of just 's has digits.
In[2]:= 
Out[2]= 
The infinite power tower of x's converges when x . The defined function InfinitePowerTower gives the values of convergent infinite towers.
In[3]:= 
Here are some values of infinite towers.
In[4]:= 
Out[4]= 
|