Question

Purpose: Gain experience converting from finite automata to regular expressions. Give regular expressions generating the following...

Purpose: Gain experience converting from finite automata to regular expressions.

Give regular expressions generating the following languages over {0,1}. Do these by hand by converting the finite automata. In your answers, you may use the shorthand Σ = (0+1)

a. {w | w does not contain the substring 110}

b. {w | w is any string except 11 and 111}

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

The above photo will give you the clarity about the finite automate and their conversion from the regular expression to finite automata

a )

Regular expression :

( 0 + 10 )*1*

Finite automata :

2 )

Regular expression :

(epsilon + 1) + (0 + 10 + 110 + 1110 + 1111) (0 + 1)*

Note : in keyboard there is no epsilon symbol. so im mentioning through its name

Finite automata :

Add a comment
Know the answer?
Add Answer to:
Purpose: Gain experience converting from finite automata to regular expressions. Give regular expressions generating the following...
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