Basics of Finite Automata: Neenu Prasad
Basics of Finite Automata: Neenu Prasad
Neenu Prasad
Automaton
The system in which information is transmitted and used
for performing some functions without direct participation of man. Mathematical model of a system with discrete i/ps and o/ps System can be in any number of internal configurations on
states.
Cont..
Automaton without Memory
O/p depends only on the i/p
Mealy Machine
An automaton in which the output depends on state and the
Definition
Can be defined analytically by a 5 tuple
M={Q,,,q0,F), Where Q=finite set of states =finite set of inputs called input alphabet
TRANSITION SYSTEM
Finite directed labeled graph Vertex or represents state Directed edge indicates transition of a state Edges are labeled with inputs Final state is indicated by double centric circles
TRANSITION SYSTEM
a
q3
b
q1
a
q0
b
q2
a a
b b
q4
Transition table
State a b
qo
q1 q2 q3 q4
q1
q1 q4 q1 q4
q2
q3 q2 q3 q2
Cont..
Here, initial state is q0 Final state is q3 and q4 When qo receives input a,it goes to another state q1,and when