CSC262 Theory of Computation

Theory of ComputationTU Board 2081

Define Turing machine as enumerators of strings of a language. Encode the Turing machine TM = (q 0, q 1, q 2 , a, b, a, b, B, δ, q 2, B, F) with input w = ba and δ is defined as follows: δ(q 0, b) →…

10

Define Turing machine as enumerators of strings of a language. Encode the Turing machine TM = ({q_0, q_1, q_2} , {a, b}, {a, b, B}, δ, q_2, B, F) with input w = ba and δ is defined as follows:
δ(q_0, b) → (q_1, b, R), δ(q_1, a) → (q_2, a, R), δ(q_2, a) → (q_1, a, R), δ(q_2, b) → (q_2, b, L)

A worked answer is on its wayMeanwhile, read the Theory of Computation notes for this topic.

Discussion

Loading…

More Theory of Computation questions

All Theory of Computation old questions