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 |
x=[4 -2 6 8;2 8 2 4;6 10 3 0];
y_correct = [ -1.8049
0.2927
2.6341];
assert(abs(sum(solvepol(x)-y_correct))<0.01)
|
2 | Pass |
x=[ 9 10 3 10
10 7 6 2
2 1 10 10];
y_correct = [ -2.6456
3.0127
1.2278];
assert(abs(sum(solvepol(x)-y_correct))<0.01)
|
5371 Solvers
329 Solvers
244 Solvers
07 - Common functions and indexing 4
259 Solvers
296 Solvers