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

expression.complement

Create an expression which denotes the complement of this expression.

See also:

Examples

import vcsn e = vcsn.B.expression('a*b') e.complement()

(ab)c\left({a}^{*} \, b\right)^{c}

e.complement().automaton()
Image in a Jupyter notebook
e.automaton().complete().complement()
Image in a Jupyter notebook