[MINI] Turing Machines

Published: Oct. 27, 2017, 3 p.m.

b'

TMs are a model of computation at the heart of algorithmic analysis.\\xa0 A Turing Machine has two components.\\xa0 An infinitely long piece of tape (memory) with re-writable squares and a read/write head which is programmed to change it\'s state as it processes the input.\\xa0 This exceptionally simple mechanical computer can compute anything that is intuitively computable, thus says the Church-Turing Thesis.

Attempts to make a "better" Turing Machine by adding things like additional tapes can make the programs easier to describe, but it can\'t make the "better" machine more capable.\\xa0 It won\'t be able to solve any problems the basic Turing Machine can, even if it perhaps solves them faster.

An important concept we didn\'t get to in this episode is that of a Universal Turing Machine.\\xa0 Without the prefix, a TM is a particular algorithm.\\xa0 A Universal TM is a machine that takes, as input, a description of a TM and an input to that machine, and subsequently, simulates the inputted machine running on the given input.

Turing Machines are a central idea in computer science.\\xa0 They are central to algorithmic analysis and the theory of computation.

'