2nd Class
2nd Class
AM
26.1.15
Designing Finite
Automata
Designing is a crucial part of
automaton theory
Example
Design a finite automata what will
accept only the strings consist of
even number of 1s, where input set
is: {0,1}
NONDETERMINISM
When a m/c is in given state and
read next i/p symbol, we know what
will be the next state- called
Deterministic system
In a nondeterministic m/c several
choices may exist for the next state
at any point.
NDFA
Equivalency between
DFA and NFA
Theorem 1: For every NDFA, there exists a DFA which simulates
the behaviour of NDFA. Alternatively, if L is the set accepted by
NDFA, then there exists a DFA which also accepts L.