deriving regular expressions from a regular language
        Posted  
        
            by kayn
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by kayn
        
        
        
        Published on 2010-03-24T20:53:26Z
        Indexed on 
            2010/03/24
            21:43 UTC
        
        
        Read the original article
        Hit count: 601
        
regular-language
|homework
Given the language below, how do i find a regular expression for the language
L = {a ^n b ^m | n => 1, m =>1, nm =>3}
© Stack Overflow or respective owner