To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
Languages
Recent
Show all languages
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

Multi-track Turing machine

From Wikipedia, the free encyclopedia

A Multitrack Turing machine is a specific type of multi-tape Turing machine.

In a standard n-tape Turing machine, n heads move independently along n tracks. In a n-track Turing machine, one head reads and writes on all tracks simultaneously. A tape position in an n-track Turing Machine contains n symbols from the tape alphabet. It is equivalent to the standard Turing machine and therefore accepts precisely the recursively enumerable languages.

YouTube Encyclopedic

  • 1/3
    Views:
    297 865
    3 611
    1 893
  • Multitape Turing Machine
  • MultiTrack Turing Machine with example
  • MULTI TRACK TURING MACHINE FOR ‘N’ FACTORIAL

Transcription

Formal definition

A multitrack Turing machine with -tapes can be formally defined as a 6-tuple, where

  • is a finite set of states;
  • is a finite set of input symbols, that is, the set of symbols allowed to appear in the initial tape contents;
  • is a finite set of tape alphabet symbols;
  • is the initial state;
  • is the set of final or accepting states;
  • is a partial function called the transition function.
Sometimes also denoted as , where .

A non-deterministic variant can be defined by replacing the transition function by a transition relation .

Proof of equivalency to standard Turing machine

This will prove that a two-track Turing machine is equivalent to a standard Turing machine. This can be generalized to a n-track Turing machine. Let L be a recursively enumerable language. Let be standard Turing machine that accepts L. Let M' is a two-track Turing machine. To prove it must be shown that and .

If the second track is ignored then M and M' are clearly equivalent.

The tape alphabet of a one-track Turing machine equivalent to a two-track Turing machine consists of an ordered pair. The input symbol a of a Turing machine M' can be identified as an ordered pair of Turing machine M. The one-track Turing machine is:

with the transition function

This machine also accepts L.

References

  • Thomas A. Sudkamp (2006). Languages and Machines, Third edition. Addison-Wesley. ISBN 0-321-32221-5. Chapter 8.6: Multitape Machines: pp 269–271
This page was last edited on 4 June 2024, at 06:49
Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.