edited by
4,601 views
0 votes
0 votes

Use the construction in the proof of $\text{Theorem 1.45}$ to give the state diagrams of $\text{NFA’s}$ recognizing the union of the languages described in

  1. $L_{1}=\text{\{w| w begins with a 1 and ends with a 0\}}\cup L_{2}=\text{\{w| w contains at least three 1s\}}$
  2. $L_{1}=\text{\{w| w contains the substring 0101 (i.e., w = x0101y for some x and y)\}}\cup L_{2}=\text{\{w| w doesn’t contain the substring 110\}}$ 
edited by

1 Answer

0 votes
0 votes

a. L=1(0+1)*0+0*10*10*1(0+1)*

b. L1={w| w contains the substring 0101 (i.e., w = x0101y for some x and y)} union L2={w| w doesn’t contain the substring 110}

edited by

Related questions

0 votes
0 votes
0 answers
4
admin asked Apr 21, 2019
796 views
The formal description of a $\text{DFA}$ $\text{M}$ is $({q1, q2, q3, q4, q5}, {u, d}, δ, q3, {q3}),$ where $\text{δ}$ is given by the following table. Give the state ...