Sum of diagonal of a square matrix - MATLAB Cody - MATLAB Central

Problem 459. Sum of diagonal of a square matrix

Difficulty:Rate

If

 x = [1 2 4; 3 4 5; 5 6 7]

then y should be the sum of the diagonals of the matrix

 y = 1 + 4 + 7 = 12

Solution Stats

65.86% Correct | 34.14% Incorrect
Last Solution submitted on Dec 29, 2024

Problem Comments

Solution Comments

Show comments
Primes and Rough Numbers, Basic ideas
What is a rough number? What can they be used...
2
4

Problem Recent Solvers1589

Suggested Problems

More from this Author1

Community Treasure Hunt

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

Start Hunting!
Go to top of page