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.92% Correct | 34.08% Incorrect
Last Solution submitted on May 07, 2025

Problem Comments

Solution Comments

Show comments
LLMs with MATLAB updated to support the latest OpenAI Models
Large Languge model with MATLAB, a free add-on that lets you access...
2
3

Problem Recent Solvers1598

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