Problem 1529. Sum the numbers on the main diagonal

Sum the numbers on the main diagonal of an n-by-n matrix. For input:

      A = [1 2 4
           3 6 2
           2 4 7]

The output value should equal 14.

Solution Stats

80.92% Correct | 19.08% Incorrect
Last Solution submitted on Jun 13, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers572

Suggested Problems

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!