1 / 24

Chapter 3

Chapter 3. Turing Machines. Deeply Understanding TMs. To deeply understand how TMs really work, consider this simple question. How does a TM swap two tape symbols? Consider a tape alphabet of {a, b, _} Consider this tape (_ _ _ a _ _ b _ _...) How would you swap them?. Hilbert’s Problem.

aulani
Download Presentation

Chapter 3

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Chapter 3 Turing Machines

  2. Deeply Understanding TMs • To deeply understand how TMs really work, consider this simple question. • How does a TM swap two tape symbols? • Consider a tape alphabet of {a, b, _} • Consider this tape (_ _ _ a _ _ b _ _...) • How would you swap them?

  3. Hilbert’s Problem

  4. Hilbert’s Problem • Does a polynomial have integral roots?

  5. Origin of true algorithms • Hilbert stated: • “a process according to which it can be determined by a finite number of operations.” • He assumed such an algorithm existed, but someone just needed to find it. • But apparently, no such algorithm exists • Hilbert’s problem is algorithmically unsolveable.

  6. Church-Turing thesis

  7. Hilbert’s problem as a language • D is not decidable • D is however recognizable

  8. Turing-recognizable

  9. Turing-recognizable • Essentially means any language that is recursively enumerable • Positive examples lead to acceptance for some Turing machine.

  10. Algorithms = Turing Machines

  11. Algorithms = Turing Machines

  12. Algorithms = Turing Machines

More Related