Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
a = 1;
b = 2;
c_correct = sqrt(5);
tolerance = 1e-12 ;
assert(abs(hypotenuse(a,b)-c_correct)<tolerance);
null =
1.1071
c =
2.2361
|
2 | Pass |
a = 3;
b = 4;
c_correct = 5;
tolerance = 1e-12 ;
assert(abs(hypotenuse(a,b)-c_correct)<tolerance);
null =
0.9273
c =
5
|
3 | Pass |
a = 5;
b = 12;
c_correct = 13;
tolerance = 1e-12 ;
assert(abs(hypotenuse(a,b)-c_correct)<tolerance);
null =
1.1760
c =
13
|
"Low : High - Low : High - Turn around " -- Create a subindices vector
262 Solvers
469 Solvers
196 Solvers
The sum of the numbers in the vector
341 Solvers
171 Solvers