Non-deterministic 2-tape Turing Machine

In summary, the conversation discusses finding a non-deterministic 2-tape Turing Machine that accepts a language over a given alphabet in linear time. The language consists of strings in the form of x#y where x and y are strings of 0s and 1s and x is a substring of y. The conversation also includes a possible structure for the Turing Machine and questions the use of non-determinism in this case.
  • #1
mathmari
Gold Member
MHB
5,049
7
Hey! :eek:

I want to find a non-deterministic $2$-tape Turing Machine, that accepts the language $L$ over $\Sigma=\{0,1,\#\}$ in linear time, $$L=\{x\#y \mid x,y \in \{0,1\}^\star, x \text{ is contained in } y\}$$ Does the Turing Machine look as follows?
The tape $1$ contains the input $w$ and the tape $2$ contains blanks.
The machine reads the symbols in tape $1$ before the symbol $\#$, it writes all these symbols in tape $2$.
Then after having reached the symbol $\#$ in tape $1$, the machine checks if the symbols of tape $2$ are in tape $1$.

(Wondering)
 
Physics news on Phys.org
  • #2
But how could we use the non-determinism of the Turing Machine? (Wondering)
 

1. What is a non-deterministic 2-tape Turing Machine?

A non-deterministic 2-tape Turing Machine is a theoretical model of a computer that can accept or reject inputs based on a set of rules. It has two tapes, one for reading and one for writing, and can have multiple possible paths for each input.

2. How does a non-deterministic 2-tape Turing Machine differ from a deterministic one?

The main difference is that a non-deterministic 2-tape Turing Machine can have multiple possible paths for each input, while a deterministic one only has one possible path. This means that a non-deterministic machine can potentially solve problems faster and more efficiently.

3. What are the advantages of using a non-deterministic 2-tape Turing Machine?

One advantage is that it can potentially solve problems faster and more efficiently due to its ability to have multiple possible paths for each input. It is also a more flexible and versatile model, allowing for more complex problem-solving capabilities.

4. Are there any limitations to a non-deterministic 2-tape Turing Machine?

Yes, there are limitations. One major limitation is that it is a theoretical model and cannot be physically built or used in practice. It is also not able to solve all problems, as there are some problems that can only be solved by a deterministic machine.

5. How is a non-deterministic 2-tape Turing Machine used in computer science?

Non-deterministic 2-tape Turing Machines are primarily used as a theoretical model for studying computational complexity and for proving theorems in computer science. They are also used in the development and analysis of algorithms and in the study of complexity classes.

Similar threads

  • Set Theory, Logic, Probability, Statistics
Replies
1
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
1
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
1
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
1
Views
2K
  • Programming and Computer Science
Replies
2
Views
1K
  • Programming and Computer Science
Replies
29
Views
3K
  • Engineering and Comp Sci Homework Help
Replies
6
Views
2K
  • Set Theory, Logic, Probability, Statistics
Replies
12
Views
3K
  • Programming and Computer Science
Replies
3
Views
1K
  • Calculus and Beyond Homework Help
Replies
1
Views
1K
Back
Top