Problem 2083. Independent direction vectors of a plane
Solution Stats
Problem Comments
-
4 Comments
Show
1 older comment
Tim
on 31 Dec 2013
For the vectors to be independent, the test suite should have assert(dot(v1,v2)==0).
Alfonso Nieto-Castanon
on 4 Feb 2014
instead of assert(dot(v1,v2)~=0) ...
J-G van der Toorn
on 6 Feb 2014
I agree. First, I did not succeed for that reason.
J-G van der Toorn
on 6 Feb 2014
I am curious about the 26-node solution.
Problem Recent Solvers13
Suggested Problems
-
1806 Solvers
-
2879 Solvers
-
Least common multiple of many numbers
199 Solvers
-
Two-output anonymous function?
55 Solvers
-
Back to basics - mean of corner elements of a matrix
331 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!