Important Comments

There are several differences between JFLAP's Turing machines and the Turing machines in the Martin textbook.

  1. The blank character.

  2. Turing machine tape.

  3. The initial configuration.

JFLAP TM examples

  1. Turing machine which adds unary numbers.
  2. Search example 1. This Turing machine searches for the right end of a string of a's.
  3. Search example 2. This Turing machine searches for the right end of a string of a's and b's.
  4. Example 9.1. This Turing machine accepts any string which contains the pattern aba.
  5. Example 9.2. This Turing machine accepts any string over the alphabet {a,b} which is a palindrome.
  6. Example 9.3 (divided into 2 parts)