in Theory of Computation
395 views
1 vote
1 vote
What is identity for regular expressions ?
in Theory of Computation
by
395 views

2 Answers

1 vote
1 vote
That depends on the operation-

1. For concatenation, its epsilon(ͼ).

eg- aab.ͼ =aab

2.For union, its phi (ϕ).

eg- aab+ϕ =aab
0 votes
0 votes
Identity for concatenation(.) is epsilon, and for union(+) is Phi.