Create a polynomial which denotes the conjunction of both parameters.
Preconditions:
Properties:
See also:
In [ ]:
import vcsn
a = vcsn.Q.polynomial('<3>a + <2>b')
b = vcsn.Q.polynomial('<4>b + <2>c')
In [ ]:
a & b