Twelve of the 13 questions are from [L] -- "B7.1" is written by me and the entire problem statement appears here. Point values are as indicated. There are 100 total points plus ten extra credit.
Use this method to find a regular expression for the language of the following DFA. The states are {0,1,2}, the start state is 0, the only final state is 2. For each i, δ(i,a) = (i+1)%3 and δ(i,b) = i. Your calculation will be easier (and easier to grade) if you take advantage of regular expression identities -- for example (e+b)* = b* where e is the empty string.
Last modified 15 November 2003