Find product of eigenvalues of n*n magic matrix.
Example
n=3
Matrix= [ 8 1 6; 3 5 7; 4 9 2]
result=-360
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers72
Suggested Problems
-
Basics: 'Find the eigenvalues of given matrix
438 Solvers
-
Reverse the elements of an array
1113 Solvers
-
Create matrix of replicated elements
397 Solvers
-
Calculate distance travelled when given radius and rotations
242 Solvers
-
Matlab Basics - Set unwanted parts of a vector to zero
261 Solvers
More from this Author37
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Hello, Andriy Kavetsky. The tolerance in test 2 of the Test Suite is quite strange. As written, it seems that a result that is 1000 times larger than the true answer would be accepted as adequate. See Problem 44690 & Problem 44691 for some alternative cues. Also, it is recommended that at least four cases be provided in a Test Suite, though more are often necessary to prevent hard-coded workarounds. —DIV