Problem 44450. Create a magic square matrix for a given odd integer
Solution Stats
Problem Comments
-
2 Comments
It looks like we don't actually need to create a magic square for this problem. We just need to figure out what the magic sum would be.
The test suite needs to be improved. It's a good problem, and building an odd magic square is not that hard, but to avoid cheating the function magic should be prohibited and the test suite should require and test the returned matrix.
Problem Recent Solvers31
Suggested Problems
-
311 Solvers
-
263 Solvers
-
208 Solvers
-
103 Solvers
-
96 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!