Geometric Algebra
Geometric Algebra
Geometric Algebra
Khurshid Fayzullayev
November 2024
1. v ⊙ (u + w) = (v ⊙ u) + (v ⊙ w),
2. (u + w) ⊙ v = (u ⊙ v) + (w ⊙ v),
where u = (u1 , u2 , . . . , un ), v = (v1 , v2 , . . . , vn ), and w = (w1 , w2 , . . . , wn ) are n-dimensional
vectors.
Let us first prove left distributivity:
= (v1 u1 + v1 w1 , v2 u2 + v2 w2 , . . . , vn un + vn wn ),
which can be expressed as:
(v1 u1 , v2 u2 , . . . , vn un ) + (v1 w1 , v2 w2 , . . . , vn wn ).
Thus:
v ⊙ (u + w) = (v ⊙ u) + (v ⊙ w).
Similarly, for right distributivity:
= (u1 v1 + w1 v1 , u2 v2 + w2 v2 , . . . , un vn + wn vn ),
= (u1 v1 , u2 v2 , . . . , un vn ) + (w1 v1 , w2 v2 , . . . , wn vn ).
Thus:
(u + w) ⊙ v = (u ⊙ v) + (w ⊙ v).
This proves that the Hadamard product is distributive.
1
1.2 Geometric Meaning
Consider the vectors u = (1, 0) and v = (0, 1). Their Hadamard product is:
u ⊙ v = (0, 0).
u′ ⊙ v′ = (0.433, 0.433).
This result depends on the coordinate system, violating the property that a geometric
operation should remain invariant under rotations. Therefore, the Hadamard product
lacks meaningful geometric interpretation.
z̄ = r1 e−iθ1 .
Thus:
arg(z̄) = − arg(z).
The modified product is defined as:
z · w = z w̄.
z · w = r1 r2 ei(θ1 −θ2 ) .
|z · w| = |z||w| = r1 r2 ,
arg(z · w) = θ1 − θ2 .
2.2 Distributivity
The modified product satisfies real-bilinearity but not complex bilinearity. When scaling
by a complex scalar, the magnitude scales by |α|, but the argument shifts non-linearly.
Thus, the product is not complex-bilinear.
2
2.3 Commutativity
The modified product z · w is commutative (z · w = w · z) if and only if both z and w are
real numbers.