Reference: isNormalSquare
isNormalSquare(M), where M is a real matrix, returns true if and only if M has format n×n and contains every integer between 1 and n^2 (exactly once).
isNormalSquare(M), where M is a real matrix, returns true if and only if M has format n×n and contains every integer between 1 and n^2 (exactly once).