Content deleted Content added
→Formal definition: {{MOS}} Tag: nowiki added |
m Moving Category:Finite automata to Category:Finite-state machines per Wikipedia:Categories for discussion/Speedy |
||
(One intermediate revision by one other user not shown) | |||
Line 3:
==Formal definition==
A GNFA can be defined as a [[n-tuple|5-tuple]], (''S'', Σ, ''T'', ''s'', ''a''), consisting of
* a [[finite set]] of states (''S'');
* a finite set called the alphabet (Σ);
* a transition [[function (mathematics)|function]] (''T'' : (''S''
* a start state (''s'' ∈ ''S'');
* an accept state (''a'' ∈ ''S'');
Line 21 ⟶ 20:
* A graphical description of GNFAs and the process of converting an NFA to a regular expression using GNFAs, can be found at [http://www.cs.sunysb.edu/~cse350/slides/rgExp2.pdf]
[[Category:Finite-state
|