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)
|
Is my wife right? Now with even more wrong husband
1145 Solvers
Generate a string like abbcccddddeeeee
155 Solvers
Do Fast Fourier Transformation
178 Solvers
367 Solvers
Matlab Basics - Absolute Value
272 Solvers