0 0 votes If a language L is not regular then homomorphism h(L) ? Regular Not regular Need not regular. Theory of Computation regular-expression + – ManojK 1.5k views answer comment Share Follow Print 0 reply Please log in or register to add a comment.
0 0 votes Let L={0n1n | n>0} h(0)=ab h(1)=ba h(L)={(ab)n (ba)n | n>0} If L is non regular then h(L) also non regular https://courses.engr.illinois.edu/cs373/fa2010/lectures/lect09-10.pdf srestha answered May 25, 2016 srestha comment Share Follow See all 9 Comments 9 9 Comments reply Show 6 previous comments ManojK commented May 26, 2016 reply Follow flag If L={0n1n} and h(0)=a , h(1)=b then h(L)={anbn | n>0} 0 0 replyShare srestha commented May 26, 2016 reply Follow flag yes 1 1 replyShare Kaluti commented Aug 26, 2017 reply Follow flag answer should be need not be regular 0 0 replyShare Please log in or register to add a comment.