notmagic.2n: An unmagic square

notmagic.2nR Documentation

An unmagic square

Description

Returns a square of order n=2m that has been claimed to be magic, but isn't.

Usage

notmagic.2n(m)

Arguments

m

Order of square is n=2m

Note

This took me a whole evening to code up. And I was quite pleased with the final vectorized form: it matches Andrews's (8 by 8) example square exactly. What a crock

Author(s)

Robin K. S. Hankin

References

“Magic Squares and Cubes”, Andrews, (book)

Examples

  notmagic.2n(4)
  is.magic(notmagic.2n(4))
  is.semimagic(notmagic.2n(4))


magic documentation built on Nov. 16, 2022, 9:06 a.m.