Magic squares of doubly even order

From Rosetta Code
Revision as of 17:22, 16 March 2016 by rosettacode>Fwend (added draft task)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Magic squares of doubly even order is a draft programming task. It is not yet considered ready to be promoted as a complete task, for reasons that should be found in its talk page.

A magic square of doubly even order has a size that is a multiple of four (e.g. 4, 8, 12). This means that the subsquares also have an even size, which plays role in the construction.

The task: create a magic square of 8 x 8.

Cf.
See also