CS154
Chris Pollett
Apr. 15, 2013
Which of the following is true?
Which of the following is true?
One way you might try to improve the power of a TM is to allow multiple tapes.
Definition. A `k`-tape TM, where `k ge 1` is an integer, is a six-tuple `M=(Q, Sigma, Gamma, delta, q_0, F)` where `Q, Sigma, Gamma, q_0` are as in the 1-tape case. Now, however, the transition functions is a map `delta:Q times Gamma^k -> Q times Gamma^k times {L,R}^k`
Definition. We say that a language `L` is in `\mbox{TIME}(f(n))` (resp. `\mbox{SPACE}(f(n))`) if it is decided by some `k`-tape TM in time `f(n)` (resp. space `f(n)`).