Automata

Moore Machine

Moore machine shows ouput on state itself so if input ε then also we will get one output.
Below are parameters for moore machine:
Parameter NameDescription
QFinite Set of States
ΣInput Alphabet
q0Initial State
ΔOutput Alphabet
λOutput Function(λ): Q-> Δ
δTransition Function: δ:Q X Σ -> Q

Example of Moore Machine