[sage-support] Clifford Algebras, grrrrrr

2014-07-26 Thread Stephen Kauffman
I attempted to create a Clifford Algebra for space-time with the gamma matrices using the FreeAlgebraQuotient in analogy to the example for constructing a quarternion algebra from the documentation with the code: PRGA=FreeAlgebra(QQ,4,'g') F = PRGA.monoid() g0,g1,g2,g3 = F.gens() mons = [ F(1),

Re: [sage-support] Clifford Algebras, grrrrrr

2014-07-26 Thread David Joyner
Have you looked at what sympy already has for Clifford algebras? On Saturday, July 26, 2014, Stephen Kauffman strangerl...@gmail.com wrote: I attempted to create a Clifford Algebra for space-time with the gamma matrices using the FreeAlgebraQuotient in analogy to the example for constructing

Re: [sage-support] Clifford Algebras, grrrrrr

2014-07-26 Thread Stephen Kauffman
plenty to read in http://docs.sympy.org/latest/modules/galgebra/GA.html had to dig to see what to import import sympy from sympy import * from sympy.galgebra import * from sympy.galgebra.ga import * some references said to from sympy.galgebra.GAsympy import * which doesn't exist or at least