Navigation
magic
M = magic(n::Int) => Matrix{Int}
M = magic(n) returns an n-by-n matrix constructed from the integers 1 through n^2 with equal row and column sums. The order n must be a scalar greater than or equal to 3 in order to create a valid magic square.
© GMT.jl. Last modified: February 07, 2025. Website built with Franklin.jl and the Julia programming language.
These docs were autogenerated using GMT: v1.25.1