Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
assert(all(size(PB) == [2 1]), 'The point should be described by a 2x1 vector')
|
2 | Pass |
assert(isreal(PB), 'The point should be described by a vector of real, not complex, numbers');
|
3 | Pass |
PBref = R*P + t;
assert( all(abs(PB-PBref) < 0.001), 'The relative coordinates are not correct')
|
Return the 3n+1 sequence for n
5201 Solvers
948 Solvers
61 Solvers
Convert a vector into a number
442 Solvers
439 Solvers