View source: R/is_magic_square.R
| is_magic_square | R Documentation |
Verify magic square properties
is_magic_square(M)
M |
Square matrix |
TRUE if M satisfies the magic square condition
M=YangConway(m = 2, d_type = "unit", template_set = 1)
is_magic_square(M)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.