Key properties:
- Cyclic permutation preserves value: [a b c] = [b c a] = [c a b].
- Transposition (swap of two vectors) reverses sign: [a b c] = -[b a c] = -[a c b] = -[c b a].
- If any two vectors are equal: [a a c] = 0 (determinant with two equal rows).
- If any two vectors are parallel: [a b c] = 0 (one row is a scalar multiple of another).
- Linearity: [ka b c] = k[a b c]. More generally, [pa+qd, b, c] = p[a b c]+q[d b c].
- [a b c] = 0 if and only if a, b, c are coplanar.
- For unit vectors i, j, k: [i j k] = 1.