62 views
0 votes
0 votes
Let M1 = (Q1, {q1}, ∆1, F1), where ∆1 ⊆ Q1 × (Σ ∪ {ϵ}) × Q1, be a non-deterministic finite automaton (NFA) accepting a language L1 ⊆ {0, 1} ∗ . Let ϵ denote the null string. We construct a new NFA M2 = (Q2, {q2}, ∆2, F2), where ∆2 ⊆ Q2 × (Σ ∪ {ϵ}) × Q2, as follows. • Q2 = Q1. • q2 = q1. • F2 = F1 ∪ {q1}. • (p, a, p′ ) ∈ ∆2 iff either (p, a, p′ ) ∈ ∆1 or (p ∈ F1 and a = ϵ and p ′ = q1) Prove or disprove: The language L2 accepted by M2 is L ∗ 1 .

Please log in or register to answer this question.

Related questions

71
views
0 answers
0 votes
Hemant2407 asked May 27
71 views
Let M1 = (Q1, {q1}, ∆1, F1), where ∆1 ⊆ Q1 (Σ ∪ {ϵ}) Q1, be a non-deterministic finite automaton (NFA) accepting a language L1 ⊆ {0, 1} ∗ . Let ϵ ... F1 and a = ϵ and p ′ = q1) Prove or disprove: The language L2 accepted by M2 is L*
7.6k
views
1 answers
28 votes
Kathleen asked Sep 13, 2014
7,573 views
In which of the cases stated below is the following statement true?"For every non-deterministic machine $M_{1}$ there exists an equivalent deterministic machine $M_{2}$ ... .For no machines $M_{1}$ and $M_2$, the above statement true.
15.0k
views
8 answers
42 votes
Kathleen asked Sep 13, 2014
15,032 views
Which of the following regular expression identities is/are TRUE?$r^{(^\ast)} =r^\ast$(r^\ast s^\ast)=(r+s)^\ast$(r+s)^\ast = r^\ast + s^\ast$r^\ast s^\ast = r^\ast+s^\ast$
5.1k
views
4 answers
24 votes
Kathleen asked Sep 13, 2014
5,087 views
Context-free languages are:closed under unionclosed under complementationclosed under intersectionclosed under Kleene closure