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

magic.8

Regular magic squares of order 8


Description

Returns all 90 regular magic squares of order 8

Usage

magic.8(...)

Arguments

...

ignored

Value

Returns an array of dimensions c(8,8,90) of which each slice is an 8-by-8 magic square.

Author(s)

Robin K. S. Hankin

References

Examples

## Not run: 
h <- magic.8()
h[,,1]
is.magic(h[,,4])

## End(Not run)

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.