Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

magic.4np2

Magic squares of order 4n+2


Description

Produces a magic square of order 4n+2 using Conway's “LUX” method

Usage

magic.4np2(m)

Arguments

m

returns a magic square of order n=4m+2 for m>=1, using Conway's “LUX” construction

Note

I am not entirely happy with the method used: it's too complicated

Author(s)

Robin K. S. Hankin

References

See Also

Examples

magic.4np2(1)
is.magic(magic.4np2(3))

magic

Create and Investigate Magic Squares

v1.5-9
GPL-2
Authors
Robin K. S. Hankin
Initial release
2018-09-14

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.