Math and science::Theory of Computation
Nondeterministic finite automata (NFA)
Nondeterministic finite automata definition
A nondeterministic finite automaton is a 5-tuple
is a finite set called the states, is a finite set called the alphabet,- [...] is the transition function,
is the start sate, and is the set of accept states.
String acceptance
Let
-
- [...]
-
Every nondeterministic finite automaton has an equivalent [...] (two machines are equivalent iff they recognize the same language). The proof of this is worth studying.