I think I do not quite understand the concept of epsilon transitions when determining the language of a non-deterministic automata. For example in this automata:
The language is: 'A double sequence of a
or a double sequence of b
where there is a possibility of a baa
sequence'.
But, the word a
belongs to the automata too, doesn't it? (also the word b
, and aaa
and so on...)