There are so many different methods I've found on SE and through Matlab, and they're all giving me different results.
Specifically, I have {v1} = (1,2,1) and {v2} = (2,1,0) in set S. What is the method to find {v3} vectors that are orthogonal to both v1 and v2?
I'm preparing for a final and I'm trying to find a flexible method for many cases. The answer I got for above was v3 = {1,-2,3} but different methods are returning different results.
Guide:
Your answer should be a non-zero scalar multiple of the $v_3$ that you provided since $v_1$ and $v_2$ are not parallel to each other.
Method $1$:
Method $2$:
Either method should be fine.