Write a logical function that returns 1 if the input matrix is symmetric and 0 otherwise.
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers128
Suggested Problems
-
Find the longest sequence of 1's in a binary sequence.
6742 Solvers
-
Which values occur exactly three times?
5242 Solvers
-
Project Euler: Problem 1, Multiples of 3 and 5
3682 Solvers
-
Element by element multiplication of two vectors
399 Solvers
-
239 Solvers
More from this Author2
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
You need a test case with a non-symmetric matrix. Otherwise, your test suite is too easily defeated.