<div class="func"><table class="func" width="100%"><tr><td class="tdleft"><code class="func">‣ IsFiniteRegularLanguage</code>( <var class="Arg">L</var> )</td><td class="tdright">( function )</td></tr></table></div>
<p><var class="Arg">L</var> is an automaton or a rational expression. This function tests whether its argument represents a finite language or not.</p>
<div class="func"><table class="func" width="100%"><tr><td class="tdleft"><code class="func">‣ FiniteRegularLanguageToListOfWords</code>( <var class="Arg">L</var> )</td><td class="tdright">( function )</td></tr></table></div>
<p><var class="Arg">L</var> is an automaton or a rational expression. This function outputs the recognized language as a list of words.</p>
<div class="func"><table class="func" width="100%"><tr><td class="tdleft"><code class="func">‣ ListOfWordsToAutomaton</code>( <var class="Arg">alph</var>, <var class="Arg">L</var> )</td><td class="tdright">( function )</td></tr></table></div>
<p>Given an alphabet <var class="Arg">alph</var> (a list) and a list of words <var class="Arg">L</var> (a list of lists), outputs an automaton that recognizes the given list of words.</p>
<div class="example"><pre>
<span class="GAPprompt">gap></span> <span class="GAPinput">ListOfWordsToAutomaton("ab",["aaa","bba",""]);</span>
< deterministic automaton on 2 letters with 6 states >
<span class="GAPprompt">gap></span> <span class="GAPinput">FAtoRatExp(last);</span>
(bbUaa)aU@
</pre></div>
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.