powered by
For a given magic square, returns one of the eight squares whose Frenicle's standard form is the same.
transf(a, i)
Magic square
Integer, considered modulo 8. Specifying 0-7 gives a different magic square
Robin K. S. Hankin
is.standard
a <- magic(3) identical(transf(a,0),a) transf(a,1) transf(a,2) transf(a,1) %eq% transf(a,7)
Run the code above in your browser using DataLab