polynomial & poly

Create a polynomial which denotes the conjunction of both parameters.

Preconditions:

  • None

Properties:

  • associative

See also:

Examples

In [1]:
import vcsn
a = vcsn.Q.polynomial('<3>a + <2>b')
b = vcsn.Q.polynomial('<4>b + <2>c')
In [2]:
a & b
Out[2]:
$\left\langle 8\right\rangle b$