If you have G = (V, T, S, P) where V= { a, b, A, B, S}, T = {a, b}
S is the start symbol, and P = {S --> ABa, A --> BB, B --> ab, AB -->, AB -->b}.
Can someone please explain how to get to the production portion of this problem as simply as possible. I just don't understand how to take information from one set and the other and make the sets to get to the production answer of this problem.
2007-10-23
16:38:40
·
1 answers
·
asked by
Mary C
1
in
Science & Mathematics
➔ Mathematics
What I don’t understand is to start with S from G= (V, T, S, P) and take what is in the V=set { a, b, A, B, S} and T = {a, b} to get S--> ABa, A-->BB etc. Each one, hope this makes sense.
2007-10-26
10:31:12 ·
update #1