Jump to content

Magic hypercube

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by 193.87.60.190 (talk) at 23:50, 6 December 2004 (External links). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In mathematics, a magic hypercube is the k-dimensional generalization of magic squares, magic cubes and magic tesseracts, that is, a number of integers arranged in an n x n x n x ... x n pattern such that the sum of the numbers on each pillar (along any axis) as well as the main space diagonals is equal to a single number, the so-called magic constant of the hypercube, denoted Mk(n). It can be shown that if a magic hypercube consists of the numbers 1, 2, ..., nk, then it has magic number

If, in addition, the numbers on every cross section diagonal also sum up to the hypercube's magic number, the hypercube is called a perfect magic hypercube; otherwise, it is called a semiperfect magic hypercube. The number n is called the order of the magic hypercube.

Five-, six-, seven- and eight-dimensional magic hypercubes of order three have been constructed by J. R. Hendricks. Marián Trenkler proved the following theorem: A p-dimensional magic hypercube of order n exists if and only if p > 1 and n is different from 2 or p = 1. From the proof follows a construction of magic hypercube.

The R programming language includes a module, library(magic), that will create magic hypercubes of any dimension (with n a multiple of 4).