This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
a=randn(40);
x = a*a';
y_correct = 1;
assert(isequal(isymmetric(x),y_correct))
y =
1
|
341 Solvers
263 Solvers
379 Solvers
204 Solvers
178 Solvers