transmitting a monomial

A monomial is transmitted as a sequence of pairs (i,e) of integers, where i refers to the i-th variable in the ring, and e is the exponent.

     i1 = ZZ/3[t,u,x,y,z]
     
          ZZ
     o1 = --[t,u,x,y,z]
           3
     
     o1 : PolynomialRing
     
     i2 = ascii sendgg(ggPush (t^22 * y^33 * z^55), ggleadmonom, ggtonet)
     
     o2 = {3,0,22,3,33,4,55}
     
     o2 : List
     

Go to main index.

Go to concepts index.