vote up 4 vote down star

I have assembled almost all the parts needed to build a working Turing machine, but a strip of infinite tape is nowhere to be found!

How did you find/make the infinite tape? Can i have half of yours?

flag
+1 for making me laugh – JesperE Dec 25 '08 at 20:48
The strip is the least of your problems. Finding a compiler for it however will be the real challenge. – shoosh Dec 25 '08 at 23:03

closed as not programming related by Unkwntech Dec 25 '08 at 21:02

5 Answers

vote up 7 vote down

Use a lazy infinite tape: start with a finite tape, extend when needed.

link|flag
vote up 1 vote down

I taped one end of my infinite tape to the other.

link|flag
do you use one- or two-sided infinite tape? – mjy Dec 25 '08 at 19:56
I use an infinite mobieus. – FlySwat Dec 25 '08 at 20:00
vote up 1 vote down

I'd sent you mine, but I can't find a box that it will fit it.

link|flag
vote up 1 vote down

You can use one end of mine. I'll just work on the other end and the middle.

link|flag
vote up 0 vote down

Algorithm for generating infinitely many infinite tapes:

  1. Start with infinite tape
  2. Insert half-twist into infinite tape, and tape one end of tape to other end
  3. Cut the infinite tape lengthwise down the middle
  4. GOTO 1
link|flag
1  
A simpler algorithm would be (1) Start with infinite tape, (2) Cut it in half. – paxdiablo Dec 25 '08 at 23:33

Not the answer you're looking for? Browse other questions tagged or ask your own question.