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

automaton.context

The context (algebraic type) of an automaton.

See also:

Examples

import vcsn a = vcsn.Q.expression('(<1/2>a*+<1/3>b*)*').automaton() a.context()

{a,b}Q\{a, b\}\to\mathbb{Q}

a.transpose().context()

{a,b}Q\{a, b\}\to\mathbb{Q}