vote up 3 vote down star

Hi!

The definitions of Turing Machine say that it is prohibited for one to read/modify it's instruction table (program). Exactly, Turing Machine has no access to it's own program.

What benefits can be achieved if one could weaken this restriction? If a machine could analise and/or modify it's program. Would that extend the class of turing-computable tasks?

flag

45% accept rate

1 Answer

vote up 4 vote down check

The Turing machine can already implement another Turing machine, and change its rules, say, to take as input a modifiable program. In particular, the Turing machine can compute any computable function. It could in theory implement a lisp interpreter, which would have macros, "self-modifing" code, etc.

So, the answer is NO. Remember, no one, and I mean absolutely no one person anywhere, ever, has actually wanted a Turing machine, though no doubt zillions of simulators have been written. (I won't admit to it, but as an undergrad I may have done something like that...) It's just something that various important proofs are based on.

link|flag
Ah, I see. Thanks. – Bubba88 Oct 8 at 4:38
1  
It's a good question, without actually remembering the point of the TM, you managed to ask the central question behind its entire existance: what can it compute. Not bad. – DigitalRoss Oct 8 at 4:49
I was almost sure that there is no computational benefit in that modification, but your answer clarified that greatly. – Bubba88 Oct 8 at 5:01
Turing machines are as simple and restricted as they are because they are designed to be analyzed easily. – starblue Oct 8 at 6:33

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.