Problem 60686. Diagonal Product of A Square Matrix
For a matrix A, calculate the product of its diagonal elements.
* Assume all input matrices are square & corresponding elements are integers
* Keep in mind that we are looking for the product of the diagonal elements, not the trace (sum)!
Solution Stats
Solution Comments
Show commentsProblem Recent Solvers36
Suggested Problems
-
22500 Solvers
-
5584 Solvers
-
Write a code that will follow the equation y = x * (x + x) * x.
355 Solvers
-
2051 Solvers
-
Converts numbers into characters
1943 Solvers
More from this Author4
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!