magic.8 | R Documentation |
Returns all 90 regular magic squares of order 8
magic.8(...)
... |
ignored |
Returns an array of dimensions c(8,8,90)
of which each slice is
an 8-by-8 magic square.
Robin K. S. Hankin
https://www.grogono.com/magic/index.php
h <- magic.8() h[,,1] stopifnot(apply(h,3,is.magic))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.