Geometric Algebra Vector Space
From GPWiki
The wiki is now hosted by GameDev.NET at wiki.gamedev.net. All gpwiki.org content has been moved to the new server. However, the GPWiki forums are still active! Come say hello. Tutorial by Nicholas Gorski GMan
[edit] Vector Space[edit] Basis of vectorsThink about your common point. (3,4) for example. We know this is really just a vector from the origin 2i + 3j =
For a third dimension, the letter k is used. So, vector's are scalars combined with components orientations. They are oriented magnitudes. [edit] Geometric Algebra ComponentsIn GA, the basis componet's are broken down as:
e2 e3 e4
Don't let the new notation boggle your mind. These are still just normal variables, and can be added and subtracted like normal. Just like 2x - 3y + 3x + 10y = 5x + 7y, 2e1 + 2.5e2 - 4e1 + 2.5e2 = - 2e1 + 5e2. [edit] NotationIn GA, notation is as follows: Scalars- Represented using lower-case Greek. Vectors- Represented as a lower-case bold letter. Multivectors - Denoted as upper-case bold letters. You will learn about these next. [edit] Moving ForwardIn this tutorial you learned what represents the basis components in GA. They are equivilent to x, y, or z in a classical plane. Just as (2,5) maps to (x,y), in GA (2,5) maps to (e1,e2). Now move onto the: <Outer Product>. |
to the point
. Vectors are made up of compenents: i, j, k, etc. The vector
, as j is another component vector:
. You can see why this works:
is written as
will all be scalars.
are all vectors.
are all multivectors.


