Content deleted Content added
m moved Generalized nondeterministic finite-state machine to Generalized nondeterministic finite automaton: This is more popular name used in automata theory |
m Moving Category:Finite automata to Category:Finite-state machines per Wikipedia:Categories for discussion/Speedy |
||
(20 intermediate revisions by 18 users not shown) | |||
Line 1:
In the [[theory of computation]], a '''generalized nondeterministic finite
==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'');
where ''R'' is the collection of all regular expressions over the alphabet Σ.
Line 15 ⟶ 14:
==References==
* Yo-Sub Han and [[Derick Wood]]. "The Generalization of Generalized Automata: Expression Automata." In: 9th International [[Conference on Implementation and Application of Automata]], CIAA 2004, Kingston, Canada, July
* [[Michael Sipser]]. 2006. Introduction to the Theory of Computation (2nd ed.). International Thomson Publishing.▼
▲* Michael Sipser. 2006. Introduction to the Theory of Computation (2nd ed.). International Thomson Publishing.
==External links==
* 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:Automata theory]]
|