M = (Q, Σ, δ, q1,F), where
Q = {q1, q2, q3},Σ ={a, b} transition function δ is given by
a
b
q1
q1
q2
q2
q1
q3
q3
q1
q3
q1 is the start state, F = {q1, q3} is the set of acceptstates.
Draw DFA based on the abovedescription.
M = (Q, Σ, δ, q1, F), where Q = {q1, q2, q3},Σ = {a, b} transition function δ is given by a b q1 q1 q2 q2 q1 q3 q3 q1
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am