Re: Restricted Turing machine
- From: torbenm@xxxxxxxxxxxxx (Torben Ægidius Mogensen)
- Date: Mon, 30 Oct 2006 11:04:54 +0100
"Bjarke Walling" <bjarke.walling@xxxxxxxxx> writes:
Hi,
I've just finished a course on Computability and Logic, but I have an
unanswered question which I would like to post here.
If you imagine that you create a restricted Turing machine by limiting
the tape to contain only a finite number of cells, what languages would
it recognize (and accept)?
There are many different special cases of this, for example:
- If you restrict the tape to be read-only, so it only ever holds the
input, you have regular languages. This is also true if you add a
fixed (input-independent) number of read-write cells to the tape.
- If, additionally, you allow a fixed, input-independent number of
read-heads to the tape, you have log-space, which includes
languages of matching parentheses (with N types of parenteses).
- If you restrict the tape to the length of the input, but allow the
TM to write back to the tape, you have Chomsky Type-1 languages
(also called context-dependent languages). The compexity class is
linear-space.
Torben
.
- References:
- Restricted Turing machine
- From: Bjarke Walling
- Restricted Turing machine
- Prev by Date: Re: Counter example for Mr. Diaby algorithm solving TSP problem in polynomial time
- Next by Date: an optimization problem
- Previous by thread: Re: Restricted Turing machine
- Next by thread: an optimization problem
- Index(es):
Relevant Pages
|