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 tapeBaşlangıçta hiçbir işlem gösterilmez; program şeridi ile girdi şeridinin ayrı roller olarak yan yana durduğunu okuyun.
Okuma sırasıUniversal OverviewBaşlangıçta hiçbir işlem gösterilmez; program şeridi ile girdi şeridinin ayrı roller olarak yan yana durduğunu okuyun.Keşif kontrolünü yanıtlayın ve makine tanımını kodlamaya geçin.
Universal Map
Program tapedata flow
Input tapedata flow
Interpreterdata flow
Decoded ruledata flow
Halting boundarylimit
Serinin sonuMekanikleştirilebilen gücü ve mekanikleştirilemeyen soruları bir arada görünEvrensel Makine, Turing serisini hesaplanabilirliğin girişine bağlayan Bölüm 4'tür.Prelude'dan Mechanical'a kadar olan bakış açıları burada veri olarak program fikrine bağlanır.