Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download
Views: 45894
Kernel: Python 3

expression.conjunction(exp)

Create an expression which denotes the conjunction of both series.

Preconditions:

  • None

Properties:

  • associative, in the sense that expressions equivalent modulo associativity generate isomorphic automata

See also:

Examples

import vcsn a = vcsn.B.expression('a*b') b = vcsn.B.expression('ab*') c = a & b c

ab&ab{a}^{*} \, b \& a \, {b}^{*}

c.derived_term()
Image in a Jupyter notebook
c.shortest(10)

ab\mathit{ab}