SLIDE 1
Computation
- P. Danziger
Computation Finite State Automata (12.2)
Definition 1 A Finite State Automata (FSA) is a 5-tuple (Q, Σ, δ, q0, F) where:
- Q is a finite set, called the set of states. The
elements of Q are called states
- Σ is a finite set, called the alphabet of the
FSA.
- δ : Q×Σ → Q is a function, called the transition
- r state function.
δ(q, a) = q′, q, q′ ∈ Q and a ∈ Σ.
- q0 ∈ Q is the start state.
- F ⊆ Q is the set of accept sates.