in Theory of Computation edited by
1,060 views
1 vote
1 vote
L = { ${\epsilon }$ } is a

a) regular

b) CFL

c) CSL

d) recursive language
in Theory of Computation edited by
1.1k views

1 Answer

2 votes
2 votes
Best answer

L = ϵ is nothing but Null string if we draw the DFA the first state is final 

It is Perfectly Regular and since it i Regular according to chomsky hierarchy it is CFL,CSL,Recursive

selected by

4 Comments

Then it is also recursive. rt?
But epsilon is not accepted by a TM. Why?
1
1
does it imply that TM or LBA can be built to accept  L = {ϵ}
0
0

TM is nothing but Finite State Machine with 2 extra stack 

If  Finite State Machine + 1 Stack =PDA

Finite State Machine +2 stack =TM

So it is perfectly alright to say it is regular and since we can built a DFA so obviously yes TM can be build to accept  ϵ 

Ref: http://math.stackexchange.com/questions/668896/what-does-it-mean-for-a-turing-machine-m-to-accept-epsilon

0
0

Related questions