Create an expression which denotes the conjunction of both series.
Preconditions:
Properties:
See also:
In [1]:
import vcsn
a = vcsn.B.expression('a*b')
b = vcsn.B.expression('ab*')
c = a & b
c
Out[1]:
In [2]:
c.derived_term()
Out[2]:
In [3]:
c.shortest(10)
Out[3]: