Some notes on geometric algebra in 4 dimensions
Working in R4 here with the geometric algebra corresponding to the usual norm, i.e. eiej=−ejei for i≠j and eiei=1.
The inverse of a vector v is just v/‖v‖2.
A geometric algebra is an algebra with zero divisors, for if v is a vector of norm 1 so vv=1 then 12(1+v) is idempotent and is also a zero divisor (by multiplying by (1−v).
An element of grade k is often called a k vector.
Now the product of two vectors a,b is g(a,b)+a∧b. The product of a and
b−ag(a,b)/g(a,a) is therefore g(a,b)−g(a,a)g(a,b)/g(a,a)+(a∧(b−ag(a,b)/g(a,a)))=a∧b since a∧a=0. So the grade 2 part of a 2 blade is also always a 2 blade. Put differently, a∧b is always a 2 blade.
Now given a 2 blade a∧b then as above we can assume without loss of generality that g(a,b)=0 and we can also assume that a and b are unit vectors. Then for any scalar α the two blade a(b+αa)=g(a,b+αa)+a∧(b+αa)=α+a∧b. So the grade 0 part is irrelevant to whether something is a 2 blade.
If A=uv for othogonormal vectors u,v then AA=uvuv=−uuvv=−1.
Let A=r12e1e2+r13e1e3+r14e1e4+r23e2e3+r24e2e4+r34e3e4. Then AA=−1 means (r12e1e2+r13e1e3+r14e1e4+r23e2e3+r24e2e4+r34e3e4)(r12e1e2+r13e1e3+r14e1e4+r23e2e3+r24e2e4+r34e3e4)=−1
Now rijeiejrijeiej=r2ijeiejeiej=−r2ijeieiejej=−r2ij.
For the mixed terms things are uglier. The e1e2e3e4 term is
r12r34e1e2e3e4+r13r24e1e3e2e4+r14r23e1e4e2e3+r23r14e2e3e1e4+r24r13e2e4e1e3+r34r12e3e4e1e2
This is equal to (r12r34−r13r24+r14r23+r23r14−r24r13+r34r12). Thus r12r34−r13r24+r14r23=0 for a blade.
The e1e2 part of AA is r13r23e1e3e2e3+r14r24e1e4e2e4+r23r13e2e3e1e3+r24r14e2e4e1e4=(−r13r32−r14r24+r13r23+r24r14)e1e2=0.
Let B=r12e1e2+r13e1e3+r14e1e4+r23e2e3+r24e2e4+r34e3e4 in R4 and assume that
r12r34−r13r24+r14r23=0. How big is the space of vectors u with u∧B=0?
If u=x1e1+x2e2+x3e3+x4e4 then u∧B=0 becomes
x1r23e1e2e3+x1r24e1e2e4+x1r34e1e3e4+x2r13e2e1e3+x2r14e2e1e4+x2r34e2e3e4+x3r12e3e1e2+x3r14e3e1e4+x3r24e3e2e4+x4r12e4e1e2+x4r13e4e1e3+x4r23e4e2e3=0
This then becomes the system of 4 homogeneous equations:
x1r23−x2r13+x3r12=0,
x1r24−x2r14+x4r12=0,
x1r34−x3r14+x4r13=0,
x2r34−x3r24+x4r23=0.
Taking r14 times the first equation minus r13 times the second we obtain
x1(r14r23−r13r24)+x3r14r12−x4r13r12=0
If r12r34−r13r24+r14r23=0
then we can rewrite this as −x1r12r34+x3r14r12−x4r13r12=0 which is −r12 times the third equation.
Similarly if we take the linear combination of the first two equations which eliminates the x1 term we should obtain the fourth equation. Thus the system has rank at most two.
If B is a wedge of two orthonormal vectors then we can obtain the span of those vectors as the space of vectors u satisfying u∧B=0.
Subscribe to:
Post Comments (Atom)
More about rotations in 4 dimensions.
It is easy to take a quaternion and recognize the rotation it actually represents. This is about doing the same thing for 4 dimensional rota...
-
So the geometric algebra specifies a rotation on Rn in quite a nice form. Given unit vectors a,b then defining $\sigma\colon ...
-
python_test In [6]: import pandas as pd import numpy as np import matplotlib.pypl...
-
I went over my old notes on deforming C2. Pairs of laminations of C2 by holomorphic curves was a recurring theme in ...
No comments:
Post a Comment