Hi,
I have strings?
1) concatenation of 'a' zero or more times followed by 'b' i.e. a^ * b
2) concatenation of 'b'zero or more tmes followed by c+a i.e. b^* c+a
3) b+c followed by union of 'a' or 'b' in any order repeated for zero or more times i.e. b+c (a+b)^*
All of the above are combinations of finite and infinite strings. So how can we tell if they are regular or not?
Zulfi.
I have strings?
1) concatenation of 'a' zero or more times followed by 'b' i.e. a^ * b
2) concatenation of 'b'zero or more tmes followed by c+a i.e. b^* c+a
3) b+c followed by union of 'a' or 'b' in any order repeated for zero or more times i.e. b+c (a+b)^*
All of the above are combinations of finite and infinite strings. So how can we tell if they are regular or not?
Zulfi.