Create a polynomial which denotes the product of both polynomials.
Preconditions:
See also:
In [1]:
import vcsn
ctx = vcsn.context('law_char, z')
def poly(e):
return ctx.polynomial(e)
poly('\e+<2>a+<3>b') * poly('c+d+<5>e')
Out[1]: