transmitting an integer mod n

An integer mod n is sent as an integer.

     i1 = ZZ/101[x]
     
           ZZ
     o1 = ---[x]
          101
     
     o1 : PolynomialRing
     
     i2 = s = 44 + x - x
     
     o2 = 44
     
           ZZ
     o2 : ---[x]
          101
     
     i3 = ascii sendgg( ggPush s, ggleadcoeff, ggtonet)
     
     o3 = {44}
     
     o3 : List
     

Go to main index.

Go to concepts index.