- #1
BoundByAxioms
- 99
- 0
I have not yet taken Linear Algebra, so perhaps that is why I don't have an answer to this question. But:
Given a vector a <1,-1,0> and a vector b <-1,1,0>, I would suspect (by the right hand rule) that taking a X b, I would get a vector pointing out of the computer screen (assuming that the computer screen is the xy plane). However, when I take the actual cross product, I get:
i j k
1 -1 0
-1 1 0
(0-0)i-(0-0)j+(1-1)k, giving me the vector 0i+0j+0k. Why is this?
Given a vector a <1,-1,0> and a vector b <-1,1,0>, I would suspect (by the right hand rule) that taking a X b, I would get a vector pointing out of the computer screen (assuming that the computer screen is the xy plane). However, when I take the actual cross product, I get:
i j k
1 -1 0
-1 1 0
(0-0)i-(0-0)j+(1-1)k, giving me the vector 0i+0j+0k. Why is this?