Objectives:
| Clearly and succinctly describe the language that is accepted by
the NFA in ex2.1 |
| Give 3 inputs in the alphabet {a,b} which are accepted by ex2.2
and 3 inputs which are rejected. |
| Produce at least 4 strings which either are in the language L
but are not accepted, or are not in L and are accepted. Modify
the FA so it actually recognizes the language L. Simulate
those same strings again to verify your modification. |
| For each of exercise 5 and 6 on p62, either explain why it
correctly describes the complement of L or give a counterexample
(some NFA M whose complement does not meet the definition). Be sure to carefully explain your answers in each case. |