Problem 2083. Independent direction vectors of a plane
Solution Stats
Problem Comments
-
4 Comments
For the vectors to be independent, the test suite should have assert(dot(v1,v2)==0).
instead of assert(dot(v1,v2)~=0) ...
I agree. First, I did not succeed for that reason.
I am curious about the 26-node solution.
Problem Recent Solvers13
Suggested Problems
-
320 Solvers
-
300 Solvers
-
483 Solvers
-
Rounding off numbers to n decimals
2310 Solvers
-
Replace pattern 0 1 0 and 1 0 1
100 Solvers
More from this Author10
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!