John Blackburne
unread,Jun 29, 2012, 11:20:30 AM6/29/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to geometri...@googlegroups.com
Interesting, I've not seen it done like that before.
First note that a^2 = b^2, as they are vectors with the same length, and a^2 and b^2 are scalars so commute with everything
You Know RR* = R*R = 1, so
bR = (RaR*)R = Ra(R*R) = Ra
To verify that b(a+b) = (a+b)a:
b(a + b) = ba + b^2 = ba + a^2 = a^2 + ba = (a + b)a
To verify that these satisfy the expression for R, bR = Ra:
bR =
b(b(a+b)) =
b^2 (a+b) =
a^2 (a+b) =
(a+b) a^2 =
((a+b)a)a =
Ra
This is not the way I'm used to doing it though: I usually use normalised rotors, though they require a bit more calculation.
On 29 Jun 2012, at 14:18, alex wrote:
>
> i am interested in finding a Spinor relating two arbitrary vectors in a euclidean space, in terms of those vectors.
> in the book 'geometric computing with clifford algebras', the problem of determining the Rotor that relates two vectors casually solved,
>
> given:
> b = RaR*
> then R = b(a+b) = (a+b)a
>
> 'as is readily verified' . i am having trouble verifying it, could someone show how this is done?