Problem 314. Find the sum of the elements in the "second" diagonal
Find the sum of the elements in the diagonal that starts at the top-right corner and ends at the bottom-left corner.
Solution Stats
Problem Comments
-
4 Comments
Show
1 older comment
@bmtran (Bryant Tran)
on 12 Feb 2012
you might want to make a case that's not a magic square, considering the properties of the diagonals of a magic square...
Gaik Tamazian
on 17 Feb 2012
There are only magic squares in test cases, however the problem doesn't specify a type of the matrix.
David Young
on 1 Mar 2012
You should definitely strengthen the test suite. Lots of solutions rely on both diagonals being the same, even though this is not a property of the stated problem.
Kye Taylor
on 7 Apr 2012
The "antidiagonal" is cooler sounding than "second diagonal"
Solution Comments
Show commentsProblem Recent Solvers1149
Suggested Problems
-
Output any real number that is neither positive nor negative
393 Solvers
-
366 Solvers
-
457 Solvers
-
4237 Solvers
-
Find the sides of an isosceles triangle when given its area and height from its base to apex
1911 Solvers
More from this Author1
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!