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
-
Return the largest number that is adjacent to a zero
4372 Solvers
-
1737 Solvers
-
346 Solvers
-
Arrange vector in ascending order
689 Solvers
-
Sum the elements in either diagonal of a square matrix
193 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!