I have heard all kinds of great things about Clifford/Geometric algebra, but I can't find any good resources. I have been looking EVERYWHERE for just one actual example of a wedge product being calculated and for a bi-, tri- or any multivector to be written out with actual numbers! Every article and video just talks about properties, which is fine, but I have a hard time understand how to use something without a solid example.
Could you please actually compute a wedge product between some vectors? Like [1, 3, -2] ∧ [5, 2, 8] ? Or any other example with values. The more examples the better!
Thank so much!!
I think your question is slightly vague. Do you mean the exterior product between $(1,3,-2)$ and $(5,2,8)$ in $\mathbb{R}^3$? In that case, a concrete rule is $$(1,3,-2) \wedge (5,2,8) = (3\cdot8+2\cdot 2, -(1\cdot 8+2\cdot5),1\cdot2-3\cdot5)=(28,-18,-13).$$
In fact in general $$(a,b,c) \wedge (a',b',c') = (bc'-b'c,-(ac'-ca'),ab'-ba').$$