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