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
-
Return the largest number that is adjacent to a zero
4357 Solvers
-
Get the area codes from a list of phone numbers
768 Solvers
-
Back to basics 21 - Matrix replicating
1182 Solvers
-
124 Solvers
-
80 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!