Topics
Geometric Algebra
| Product Type | Notation | Returns | Example | = | Priority in Order of Operations |
|---|
| Dot | a⋅b | Scalar | (1,2)⋅(2,3) | 8 | 1 |
| Cross | a×b | Vector | (1,2,3)×(4,5,6) | (−3,6,−3) | 2 |
| Complex | Z∗W | Complex | (1−2i)(3+4i) | 11−2i | N/A |
| Wedge | a∧b | Bivector | e1∧e2 | −e2∧e1=e1e2 | 2 |
| Geometric | ab | Scalar + Bivector | (e1+e2)e2 | e1e2+e2e2=e1e2+1 | 3 |
∇(fg)=f∇g+g∇f
- f and g are scalar fields
∇(A⋅B)=A×(∇×B)+B×(∇×A)+(A⋅∇)B+(B⋅∇)A
- A and B are vector fields
∇⋅fA=f(∇⋅A)+A⋅∇f
∇⋅(A×B)=B⋅(∇×A)−A⋅(∇×B)
∇×fA=f(∇×A)−A×∇f
∇×(∇V)=0
- V is a scalar field
- Curl of the gradient of a scalar field is 0
- Given by equality of mixed partials (e.g. ∂x∂yV−∂y∂xV=0)
∇×(∇×A)=∇(∇⋅A)−∇2A
- Gradient of divergence - divergence of gradient
- GDDG, gold diggers dig gold
A⋅(B×C)=B⋅(C×A)=C⋅(A×B)