Problem 44633. Sum of diagonals
Compute the sum of diagonal elements of a square matrix and store the larger sum to s.
Eg : a = [1 2 3; 2 3 4; 4 5 10]
sum of diagonal 1 = 1+3+10=14
sum of diagonal 2 = 3+3+4=10
s=14
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers52
Suggested Problems
-
Check if number exists in vector
13711 Solvers
-
Reverse the elements of an array
1106 Solvers
-
Given a matrix, swap the 2nd & 3rd columns
1247 Solvers
-
752 Solvers
-
207 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!