transmitting a polynomial

A polynomial is transmitted as a sequence of pairs (m,c), where m is a monomial and c is a coefficient.

     i1 = ZZ/101[x,y,z]
     
           ZZ
     o1 = ---[x,y,z]
          101
     
     o1 : PolynomialRing
     
     i2 = ascii callgg(ggtonet, 22*x^66+11*y^77)
     
     o2 = {2,1,1,128,77,11,1,0,128,66,22}
     
     o2 : List
     

Go to main index.

Go to concepts index.