| Homework 1 |
|---|
| CS 310 Spring 2000 Craig A. Rich |
|
(Exercise 3.1, Martin) In each case, find a string of minimum length in {0,1}* not in the language denoted by the regular expression.
|
|
(Exercise 3.2, Martin) Consider the two regular expressionsr1 = 0*+1*, r2 = 01*+10*+1*0+(0*1)*.
|
|
(Exercise 3.3, Martin) Let r1 and r2 be arbitrary regular expressions over the alphabet Σ. In each case, find a simpler regular expression that denotes the same language as the given one.
|
|
(Exercise 3.5, Martin) Prove the equivalence formula (111*)* = (11+111)*.
|
|
(Exercise 3.8, Martin) Find a regular expression denoting each of the following subsets of {0,1}*.
|
|
(Exercise 3.9, Martin) Describe as simply as possible the language denoted by each of the following regular expressions.
|