09.05.2014 Views

CSE 555 Theory of Computation (2/28) - Organic Origami

CSE 555 Theory of Computation (2/28) - Organic Origami

CSE 555 Theory of Computation (2/28) - Organic Origami

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Turing Machine Definition<br />

A Turing machine is a 7-tuple (Q, Σ, Γ, δ, q 0 , q a , q r ), where<br />

Q is a finite set (<strong>of</strong> states).<br />

Σ is a finite set (input alphabet), ⊔ ∉ Γ.<br />

Γ is a finite set (tape alphabet), Σ ⊆ Γ and ⊔ ∈ Γ.<br />

δ : Q × Γ → Q × Γ × {L, R} is a transition function.<br />

q 0 ∈ Q (the start state).<br />

q a ∈ Q (the accept state).<br />

q r ∈ Q (the reject state).

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!