logoalt Hacker News

ameliustoday at 10:19 AM2 repliesview on HN

Why is not every 45 degree line considered for the rectangular grids?

(In the hexagons, all lines are considered even if they don't have the maximum length)

(PS: make sure you hover your mouse over the diagrams)


Replies

gukofftoday at 10:41 AM

Interesting observation. That's simply part of the usual definition of a magic square, and it does indeed feel arbitrary once you compare it with the hexagon case, which is very symmetrical. I first learned about magic squares from math books as a kid, about 25 years ago, and just accepted those rules as given.

Upon a quick research, there are many variations, and the closest to what you're describing is the "pandiagonal" magic square, where additional diagonals are considered (except they wrap around the edges of the square in a slightly funny way, so that every diagonal still contains exactly N numbers): https://en.wikipedia.org/wiki/Pandiagonal_magic_square

Sharlintoday at 10:58 AM

The shortest 45 degree line in a magic square is a single cell, making it somewhat tricky to add up to the same total as the other lines.