What's a Turing machine?

前端 未结 11 2142
借酒劲吻你
借酒劲吻你 2020-12-22 20:08

What is a Turing machine and why do people keep mentioning it? My IBM PC is all I need to do my computation! Why does anyone care about these machines?

11条回答
  •  天命终不由人
    2020-12-22 20:34

    A Turing-machine is a theoretical machine that can be used to reason about the limits of computers. Simply put, it is an imaginary computer with infinite memory.

    We care about Turing-machines because they help us discover what is impossible to accomplish with real computers (like your IBM PC). If it is impossible for a Turing machine to perform a particular computation (like deciding the Halting Problem), then it stands to reason that it is impossible for your IBM PC to perform that same computation.

提交回复
热议问题