magic (version 1.5-9)

panmagic.4: Panmagic squares of order 4

Description

Creates all fundamentally different panmagic squares of order 4.

Usage

panmagic.4(vals = 2^(0:3))

Arguments

vals

a length four vector giving the values which are combined in each of the \(2^4\) possible ways. Thus vals=2^sample(0:3) always gives a normal square (0-15 in binary).

References

http://www.grogono.com/magic/index.php

See Also

panmagic.6npm1

Examples

Run this code
# NOT RUN {
panmagic.4()
panmagic.4(2^c(1,3,2,0))
panmagic.4(10^(0:3))
# }

Run the code above in your browser using DataCamp Workspace