























Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Summary about Turing Machines, Standard Turing Machine, Halt State, Instantaneous Description, Turing Machines as Language Accepters, Turing Machines as Language Transducers.
Typology: Study notes
1 / 31
This page cannot be seen from the preview
Don't miss anything!
























Control unit q 0
Tape
Read-write head
: Q Q {L, R}
current symbol
head move direction
replacin g symbol
(q 0 , a) = (q 1 , d, R)
current symbol
head move to the right
replacin g symbol
Q = {q 0 , q 1 } (q 0 , a) = (q 0 , b, R)
= {a, b} (q 0 , b) = (q 0 , b, R)
F = {q 1 }
Q = {q 0 , q 1 } (q 0 , a) = (q 1 , a, R)
= {a, b} (q 0 , b) = (q 1 , b, R)
F = (q 1 , a) = (q 0 , a, L)
(q 1 , b) = (q 0 , b, L)
move: abq 1 cd abeq 2 d
if (q 1 , c) (q 2 , e, R)
x 1 qix 2 y 1 qjy 2
x 1 qix 2 y 1 qjy 2
q 0 w qfw^
function: w^ = f(w)
A function f with domain D is said to be Turing- computable if there exists some Turing machine M = (Q, , , , q 0 , , F) such that:
q 0 w qff(w) qf F
for all w D.