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 | Fail |
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.1429
|
2 | Fail |
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 =
0.9793
|
579 Solvers
07 - Common functions and indexing 5
255 Solvers
271 Solvers
202 Solvers
97 Solvers