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
-
Find the sum of all the numbers of the input vector
38238 Solvers
-
Find all elements less than 0 or greater than 10 and replace them with NaN
14195 Solvers
-
16299 Solvers
-
541 Solvers
-
Is this triangle right-angled?
3894 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!