Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 2;
y=4;
z=3;
y_correct = 19.3480;
assert(abs(expression_1(x,y,z)-y_correct)<0.0001)
|
2 | Pass |
x = 2;
y=4;
z=0;
y_correct = 11.6021;
assert(abs(expression_1(x,y,z)-y_correct)<0.0001)
|
3 | Pass |
x = 4;
y=4;
z=0;
y_correct = 0.2041;
assert(abs(expression_1(x,y,z)-y_correct)<0.0001)
|
4 | Pass |
x = 4;
y=2;
z=0;
y_correct = 12.2041;
assert(abs(expression_1(x,y,z)-y_correct)<0.0001)
|
5 | Pass |
x = 1;
y=1;
z=1;
y_correct = 1.2361;
assert(abs(expression_1(x,y,z)-y_correct)<0.0001)
|
5171 Solvers
226 Solvers
Remove the two elements next to NaN value
311 Solvers
Matrix which contains the values of an other matrix A at the given locations.
196 Solvers
386 Solvers