Jbreezy
- 582
- 0
1. Does [abc] mean a⋅(b×c) or (a×b)⋅c , or does it matter?
2. What happens to the value of [abc] if you swap two of the vectors?
3. What happens to the value of [abc] it two of the vectors are the same?
4. What happens if you have a constant k times one of the vectors: [(ka)bc]?
5. What happens to its value if one of the vectors is a sum: [(a+d)bc]?
6. What does it mean geometrically about the vectors if [abc]=0?
1. It doesn't matter you can exchange the dot and cross.
2. It depends if it cyclicic or not. Cyclic rotations leave it unchanged. If it is not cyclicic I would say you would get the negative.
3. Evaluates to 0.
4. The constant just changes the value of cross procuct by k times.
5.[(a+d)bc]?
Isn't the cross product distributive over addition so you would have a cross b + d cross c
6. If [abc] = 0 the angle between the vectors is 0 or 180 and the vectors are coplanar.