|
|
|
|
|
by gpm
2783 days ago
|
|
For arbitrary turing machines, determining what they will output solves the halting problem. E.g. the following machine is pi if M' halts else 0. simulate machine M'
emit pi
Because of the halting problem you more or less do have to treat arbitrary machines as black boxes. |
|