[next][previous][up][top][index]
search for:

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];

i2 : ascii sendgg(ggPush (t^22 * y^33 * z^55), ggleadmonom, ggtonet)

o2 = {3, 0, 22, 3, 33, 4, 55}

o2 : List


[next][previous][up][top][index]
search for: