Dot products

From Rigid Geometric Algebra
Revision as of 06:26, 15 July 2023 by Eric Lengyel (talk | contribs) (Created page with "The ''dot product'' is the inner product in geometric algebra, and it makes up the scalar part of the geometric product. There are two products with symmetric properties called the dot product and antidot product. The dot product and antidot product are important for the calculation of norms. == Dot Product == The dot product between two elements $$\mathbf a$$ and $$\mathbf b$$ is written $$\mathbf a \mathbin{\unicode{x25CF}} \mathbf b$$ and r...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The dot product is the inner product in geometric algebra, and it makes up the scalar part of the geometric product. There are two products with symmetric properties called the dot product and antidot product.

The dot product and antidot product are important for the calculation of norms.

Dot Product

The dot product between two elements $$\mathbf a$$ and $$\mathbf b$$ is written $$\mathbf a \mathbin{\unicode{x25CF}} \mathbf b$$ and read "$$\mathbf a$$ dot $$\mathbf b$$".

The dot product includes the metric properties of the geometric product, which means we have the following rules for the basis vectors.

$$\mathbf e_1 \mathbin{\unicode{x25CF}} \mathbf e_1 = 1$$
$$\mathbf e_2 \mathbin{\unicode{x25CF}} \mathbf e_2 = 1$$
$$\mathbf e_3 \mathbin{\unicode{x25CF}} \mathbf e_3 = 1$$
$$\mathbf e_4 \mathbin{\unicode{x25CF}} \mathbf e_4 = 0$$
$$\mathbf e_i \mathbin{\unicode{x25CF}} \mathbf e_j = 0$$, for $$i \neq j$$.

The dot product between two elements $$\mathbf a$$ and $$\mathbf b$$ is nonzero only if they have the same grade.

The following Cayley table shows the dot products between all pairs of basis elements in the 4D rigid geometric algebra $$\mathcal G_{3,0,1}$$.


File:DotProduct.svg

Antidot product

The antidot product is a dual to the dot product. The antidot product between elements $$\mathbf a$$ and $$\mathbf b$$ is often written $$\mathbf a \mathbin{\unicode{x25CB}} \mathbf b$$ and is read as "$$\mathbf a$$ antidot $$\mathbf b$$".

The following Cayley table shows the antidot products between all pairs of basis elements in the 4D rigid geometric algebra $$\mathcal G_{3,0,1}$$.


File:AntidotProduct.svg

See Also