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 - R'*t;
assert( all(abs(PB-PBref) < 0.001), 'The relative coordinates are not correct')
|
Find the peak 3n+1 sequence value
1108 Solvers
698 Solvers
128 Solvers
Combined Ages 2 - Symmetric, n ≥ 3
64 Solvers
13 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!