Question

Given the following non-deterministic finite state machine: (c) a σ0 o1 σ2 b Find the input set V, the accepting states set T

0 0
Add a comment Improve this question Transcribed image text
Answer #1

Answers:

i)

Input Set (V) = { a , b }

Accepting States (T) = { σ0 }

States set (S) = { σ0, σ1, σ2 }

Initial State = { σ0 }

ii)

Transition Table
a b
*σ0 {σ0,σ1} Φ
σ1 Φ σ2
σ2 {σ0,σ2} σ2

iii)
σ0 -> aσ0|aσ1
σ1 -> bσ2
σ2 -> aσ2|bσ2|aσ0

v) aabaaba is the input string

each value in input string and respective state it goes..
∫(σ0,a) -> σ0
∫(σ0,a) -> σ1
∫(σ1,b) -> σ2
∫(σ2,a) -> σ2
∫(σ2,a) -> σ2
∫(σ2,b) -> σ2
∫(σ2,a) -> σ0

so given input is accepted by the  NFA .

Add a comment
Know the answer?
Add Answer to:
Given the following non-deterministic finite state machine: (c) a σ0 o1 σ2 b Find the input...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT