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
-
116 Solvers
-
269 Solvers
-
Project Euler: Problem 8, Find largest product in a large string of numbers
713 Solvers
-
Arrange vector in ascending order
689 Solvers
-
How many monitors are connected ?
133 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!