Sign in to follow this  
master_q

150-year-old Chess problem solved

Recommended Posts

150-year-old Chess problem solved

 

For those that are interested . . . .

A 150-year-old problem has been solved concerning Chess.

 

There Are No Magic Knight's Tours on the Chessboard

 

August 5th 2003 : we have finished . All 136 ranges have been checked.

There are 140 magic knight's tours on the chessboard and none of these

is diagonally magic.

 

http://magictour.free.fr/

 

http://www.ktn.freeuk.com/mc.htm

 

More Basic Info:

 

Recall that a knight is allowed to make L-shaped moves that offset its position by a single square in one direction and by two squares in a perpendicular direction. Now let a knight be allowed to move on an n x n chessboard whose squares are numbered from 1 to n2 along the path of the knight, namely, the initial square is labeled "1," the second square it touches is labeled "2," and so on. This path is called a tour if it visits each square exactly once. The diagrams above illustrate six knight's tours on the 8 x 8 chessboard.

 

The array of numbers produced in a knight's tour can additionally satisfy a number of interesting properties. In particular, consider an array of numbers known as a magic square (or sometimes, a "diagonally magic square"), one of which is illustrated above. An n x n array of the numbers 1 to n2 is called magic if the numbers in each row, column, and diagonal sum to a single number known as the magic constant of the square. For example, in the figure above, the magic constant is 15. A square that fails to be fully magic only because its diagonals fail to sum to the magic constant (but its rows and columns do sum to the magic constant) is then known as a semimagic square.

 

Not surprisingly, a knight's tour is called a magic tour if the resulting arrangement of numbers forms a magic square, and a semimagic tour if the resulting arrangement of numbers is a semimagic square. It has long been known that magic knight's tours are not possible on n x n boards for n odd. It was also known that such tours are possible for all boards of size 4k x 4k for k > 2. However, while a number of semimagic knight's tours were known on the usual 8 x 8 chessboard, including those illustrated above, it was not known if any fully magic tours existed on the 8 x 8 board.

 

This longstanding open problem has now been settled in the negative by an exhaustive computer enumeration of all possibilities. The software for the computation was written by J. C. Meyrignac, and the website http://magictour.free.fr was established by Guenter Stertenbrink to distribute and collect results for all possible tours. After 61.40 CPU-days, corresponding to 138.25 days of computation at 1 GHz, the project was completed on August 5, 2003. What are the results? In addition to netting a total of 140 distinct semimagic knight's tours, the computation demonstrated for the first time that no 8 x 8 magic knight's tour is possible, thus finally laying this long-open problem to rest.

 

I’m not a big chess player. I have not played it for years, but the applied mathematics is very interesting to me.

 

Oh, yeah before I forget - just in case you don’t know what a “tour” is (if you don’t know that is then you probably were lost by the first sentence, lol)

A tour is a series / sequence of moves on the chess board where each square is visited one time (exactly one time).

 

 

Master Q

StarTrek_Master_Q@yahoo.com

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this