edited by
2,344 views
2 2 votes
Q3) Given,

$L_1 = (aaa^*b)$

$L_2 = (aab^*aba^*)$

Find (c) the union of $L_1$ and $L_2$, and also find (d) $L_1 - L_2$.

Q4) Find the npda's of the following:

f)  $L = \{ a^nb^m :n \leq m \leq 3n\}$

j) $L = \{w  : 2n_a(w) \leq n_b(w)) \leq 3n_a(w) \}$.

1 Answer

Position:
Show:

Related questions

1 1 vote
0 0 answers
822
822 views
Naveen Kumar 3 asked Apr 20, 2019
822 views
Construct npda's that accept the following regular languages.(a) $L_1 = L (aaa^*b)$.(b) $L_1 = L (aab^*aba^*)$.(c & d here)
0 0 votes
1 1 answer
891
891 views
Naveen Kumar 3 asked Apr 20, 2019
891 views
Is it possible to find a dfa that accepts the same language as the pda $M= (${$q_0,q_1$},{$a,b$},{$z$},$\delta,q_0,z,${$q_1$}),with ...
0 0 votes
0 0 answers
555
555 views
Naveen Kumar 3 asked Apr 20, 2019
555 views
Find an npda for the language $L =$ {$ab (ab)^n b (ba)^n : n ≥ 0$}.
0 0 votes
0 0 answers
649
649 views
Naveen Kumar 3 asked Apr 20, 2019
649 views
Find an npda for the concatenation of $L (a^*)$ and the language in Exercise 6.