Geometric Algebra Vector Space
From GDWiki
| Some parts of this article may be misleading. Please help clarify this article. Suggestions may be on the talk page. |
| To comply with our quality standards, this article may need to be rewritten. Please help improve this article. The discussion page may contain suggestions. |
Tutorial by Nicholas Gorski GMan
This tutorial will discuss Vector Space. Vector space is to Geometric Algebra as the x-y plane is to Euclidean coordinates...kind of :)
Contents |
[edit] Vector Space
[edit] Basis of vectors
Think about your common point. (3,4) for example. We know this is really just a vector from the origin
to the point
. Vectors are made up of compenents: i, j, k, etc. The vector
can also be written as 3i + 4j. Here, i is a component vector (not to be mistaken with the imaginary number i). That is, i is the vector
, as j is another component vector:
. You can see why this works:
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 Components
In GA, the basis componet's are broken down as:
e1
e2
e3
e4
And so on. e is not e (2.71828183...), simply the letter used. These are just like the components x, y, or z when plotting a graph, or the components i, j, k when dealing with vectors. They are the basic components of Geometric Algebra. So in Geometric Algebra, the 5D vector
is written as 2e1 - 3e2 + 7e3 + 10e4 - 2.5e5.
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] Notation
In GA, notation is as follows:
Scalars- Represented using lower-case Greek.
will all be scalars.
Vectors- Represented as a lower-case bold letter.
are all vectors.
Multivectors - Denoted as upper-case bold letters. You will learn about these next.
are all multivectors.
[edit] Moving Forward
In 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>.

