magic (version 1.5-9)

magic-package: Magic squares and hypercubes; arbitrary dimensioned array manipulation

Description

A collection of efficient, vectorized algorithms for the creation and investigation of magic squares and hypercubes, including a variety of functions for the manipulation and analysis of arbitrarily dimensioned arrays.

The package includes methods for creating normal magic squares of any order greater than 2. The ultimate intention is for the package to be a computerized embodiment all magic square knowledge, including direct numerical verification of properties of magic squares (such as recent results on the determinant of odd-ordered semimagic squares).

Arguments

Examples

Run this code
# NOT RUN {
magic(5)

a <-  magiccube.2np1(1)
adiag(1,a)
apad(a,2,1)
allsubhypercubes(a)
arev(a)
apltake(a,c(2,2))
arot(a)
arow(a,1)
# }

Run the code above in your browser using DataCamp Workspace