Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
49391 views
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}