expand

expand x -- expand the Expression x, hopefully recovering something semantically equivalent.

     i1 = p = (expression 2)^5 * (expression 3)^3
     
           5  3
     o1 = 2  3 
     
     o1 : Product
     
     i2 = expand p
     
     o2 = 864
     

Go to main index.

Go to concepts index.