Name: ____________________________________________________ Alpha: _____________________
Describe help received: _________________________________________________________________

For Turing Machine M = (Q,Σ,Γ,δ,s) configuration (q,u,x,v) yields (q',u',x',v') in one step if, letting δ(q,x) = (p,y,d):This definition does not allow a TM to move the read/write head left from the first square on the tape.Oh yeah, q can't be h, the halt state!
(q',u',x',v') = {
(p,u,y,v) if d = S (p,uy,v1,v2...vk) if d = R and v = v1v2...vk (p,uy, ,λ) if d = R and v = λ (p,u1...um-1,um,yv) if d = L and u = u1u2...um, where m > 0