Problem 44450. Create a magic square matrix for a given odd integer
Solution Stats
Problem Comments
-
2 Comments
James
on 7 Jan 2019
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.
Rafael S.T. Vieira
on 11 Oct 2020
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
-
Return the largest number that is adjacent to a zero
4372 Solvers
-
9242 Solvers
-
Project Euler: Problem 5, Smallest multiple
859 Solvers
-
Vector of numbers divisible by 3
134 Solvers
-
Find out total non zero element of matrix
218 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!