Read even the machine’s description as data on the tape
In a Universal Machine, the rule table of some Turing machine itself is placed on the tape as a string of symbols. Not only the input but also “which machine to run” becomes data, and the interpreter mimics one step of the target machine while reading that description.
First look at the two tapes. The top is the program tape, the bottom is the input tape. Do not Step here; confirm that the machine and the input are separated.
The heart of Chapter 4 is not a “machine that computes fast” but a “machine that reads the description of a machine as data.”
Universal Overview
program tape + input tapeСначала операция не показана; прочитайте, что программная лента и входная лента выстраиваются как отдельные роли.
Порядок чтенияUniversal OverviewСначала операция не показана; прочитайте, что программная лента и входная лента выстраиваются как отдельные роли.Ответьте на проверку открытия и перейдите к кодированию описания машины.
Universal Map
Program tapedata flow
Input tapedata flow
Interpreterdata flow
Decoded ruledata flow
Halting boundarylimit
Конец серииУвидеть разом силу, которую можно механизировать, и вопросы, которые нельзя решитьУниверсальная машина — это Глава 4, соединяющая серию о машине Тьюринга со входом в теорию вычислимости.Взгляды от «Пролога» до «Механического» здесь соединяются с идеей «программа как данные».