Deterministic Turing Machines

65 Views Asked by At

Let's say that M is a deterministic Turing Machine, can I say that for a certain input I will have the same output? How can I demonstarte this?

1

There are 1 best solutions below

0
On

A deterministic Turing Machine is just a machine that does only one instruction for a given input. That does not imply that there will be the same output for every input.