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
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 commentsGroup

Indexing V
- 14 Problems
- 31 Finishers
- Find the sum of the elements in the "second" diagonal
- Find the sum of the elements in the "second" diagonal
- Find last non-zero in a given dimension
- Sorting integers by their digits (Level 1)
- Sorting integers by their digits (Level 2)
- Sorting integers by their digits (Level 3)
- Sorting integers by their digits (Level 4)
- generate number in particular way
- Assignment Problem
- Look Up Mapping
- Find longest run
- Zero Cross
- S-T-R-E-T-C-H I-T O-U-T
- Check if a rotated array was originally sorted
- Weave two matrices together to form one matrix
Problem Recent Solvers1160
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!