195 views

1 Answer

0 votes
0 votes
In a very simple manner, if you want to draw a transition diagram, draw transition diagram for both regular expression and join them using a start state. resulting diagram may be further simplified.

Now, in order to calculate union of above two just rewrite regular expresson using simplifed diagram that will give union regular expression . Hope this will work for you.

Related questions

2 votes
2 votes
0 answers
3
sunil sarode asked Jan 19, 2018
1,769 views
Consider two languages LA and LB over Σ={a,b}.LA= {a^ib^ja^k | i,j,k ≥ 0 and j=i+k}LB= {b^ia^jb^k | i,j,k ≥ 0 and j=i+k} Then ( LA ∪ LB ) is : A DCFL but not regul...
8 votes
8 votes
0 answers
4