0 0 votes Consider 2 regular expression: i. ϕ* + a+ + b+ + (a + b)+ → r1 ii. ϕ+ + a* + b* + (a + b)* → r2 (a) L(r1) = L(r2) (b) L(r1) ⊆ L(r2) (c) L(r1) ⊇ L(r2) (d) None of above Solution: Option (a) how need explanation? wont answer be c? Theory of Computation theory-of-computation sample gatecse-2018 practice context-free-grammar + – Pranav Madhani 1.6k views answer comment Share Follow Print See all 2 Comments 2 2 Comments reply joshi_nitish commented Nov 17, 2017 reply Follow flag option a) is correct. L(R1) = L(R2) = (a+b)* 0 0 replyShare abhishek tiwary commented Nov 19, 2017 reply Follow flag (1) epsilon+a+b+(a+b) (2) phai+epsilon+epsilon+epsilon minimum string genrated 0 0 replyShare Please log in or register to add a comment.
2 2 votes .... Hira Thakur answered Nov 17, 2017 Hira Thakur comment Share Follow See all 2 Comments 2 2 Comments reply Pranav Madhani commented Nov 17, 2017 reply Follow flag but in r1 + is given so dont = means 1 or more ? while * means 0 or more then wont + be subset of *? 0 0 replyShare joshi_nitish commented Nov 19, 2017 reply Follow flag but in R1, there is also ϕ* = epsilon, now everthing else could be generated by (a+b)+ 0 0 replyShare Please log in or register to add a comment.