Problem 151. Magic!
Solution Stats
Problem Comments
-
6 Comments
This could be improved with a better test suite. For example, flipud(magic(n)) is still magical, but most of the leading solutions would return false for this.
Yes, test suite is substandard. Could have drawn from this: http://nrich.maths.org/1338
Why is magic(2) not a magic square ?
I was not notified about some of the older comments, so was unaware of some of the weaknesses of the test suite, and the "gamed" solutions. I have substantially improved the test suite.
The MATLAB command magic(2), although it does produce output, is not a magic square, according to the definition. (There is no 2x2 magic square.)
Test cases have been added to the problem.
Solution Comments
Show commentsProblem Recent Solvers293
Suggested Problems
-
Make the vector [1 2 3 4 5 6 7 8 9 10]
49353 Solvers
-
2128 Solvers
-
Project Euler: Problem 8, Find largest product in a large string of numbers
1100 Solvers
-
Project Euler: Problem 10, Sum of Primes
1717 Solvers
-
Do Fast Fourier Transformation
258 Solvers
More from this Author23
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!