Looking for a special case of latin squares
February 1, 2007 4:29 PM
Subscribe
Mathfilter: Is there a name for the special case of the latin square in which each possible pair of adjacent elements appears exactly once in all the rows?
Sorry my description is so convoluted. Here's an example latin square that displays this property:
1 2 3 4
2 4 1 3
3 1 4 2
4 3 2 1
Are there any proofs about the existance or non-existance of such squares for other sizes? Better yet, is there an algorithm for generating them?
posted by Eamon to science & nature (8 comments total)
2 users marked this as a favorite
123456
246135
362514
415263
531642
654321
If so, I believe its a certain type of matrix but I can't recall the name. I used a pretty simple rule for building that one which should generalize to NxN.
Here's a hint: If integer x is followed by y in one row, it will be followed by y+1 in the row below it.
posted by vacapinta at 5:07 PM on February 1, 2007