1. Find an NFA without
that accepts the same language as the following NFA-
:
[26]
|
|
|
||||
| { |
{ |
||||
| { |
{ |
The initial state is
and the accepting state is
.
The transitions not given in the table are to the empty set.
2. Find an FA that accepts the same language as the following NFA: [26]
|
|
|
||||
| { |
{ |
||||
| { |
{ |
||||
| { |
The initial state is
and the accepting state is
.
3. Let
and
be sets of states of an NFA-
.
Prove that
by structural induction. [20]
4. For the FA given below answer the following questions:
(a) Find
using the recursive formula given by Kleene's Theorem. [10]
(b) Find the language accepted by this FA. You may answer this by inspection. [18]
|
|
|
||||
| { |
{ |
||||
| { |
|||||
| { |
{ |
||||
The initial state is
and the accepting state is
.