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