Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
a=[1 -1 2];
b=[2 4 1];
y_correct = 0;
assert(isequal(PolSol(a,b),y_correct))
y =
0
|
2 | Pass |
a=[ 5 2 0 5 3 0];
b=[ 3 2 5 1 0 2];
y_correct = 24;
assert(isequal(PolSol(a,b),y_correct))
y =
24
|
Find the numeric mean of the prime numbers in a matrix.
5902 Solvers
807 Solvers
Decide whether determinant is zero.
70 Solvers
Test Problem; Create a 5x5 array containing all ones
198 Solvers
92 Solvers