Objectives:
| Clearly and succinctly describe the language that is accepted by
the DFA in ex1.1 |
| Build and thoroughly test DFAs for the exercises 2a,b,d, 9b,c on
p47 of your text. |
| Show that if L is a regular language then L-{l}
is regular as well. You can do this by describing how you
would modify a DFA which accepts L so that you get another DFA which
accepts L-{l}. |