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)
b =
-1.8049
0.2927
2.6341
|
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)
b =
-2.6456
3.0127
1.2278
|
231 Solvers
1317 Solvers
341 Solvers
108 Solvers
169 Solvers