Initial version of GAsympy.
commit2f8d2cbf99f3a401315a2705345c16059f28907c
authorAlan Bromborsky <abrombo@verizon.net>
Thu, 28 Aug 2008 13:53:26 +0000 (28 09:53 -0400)
committerAlan Bromborsky <abrombo@verizon.net>
Thu, 28 Aug 2008 13:53:26 +0000 (28 09:53 -0400)
treeded2987d4797beff6db0fa8da02eadc2be020ab5
parent32440f9d20065a80686bafa931664bab88c724f0
Initial version of GAsympy.

Signed-off-by: Kirill Smelkov <kirr@landau.phys.spbu.ru>
sympy/galgebra/GAcalc.py [new file with mode: 0755]
sympy/galgebra/GAsympy.py [new file with mode: 0644]
sympy/galgebra/__init__.py [new file with mode: 0644]
sympy/galgebra/doc/README [new file with mode: 0644]
sympy/galgebra/doc/macros.tex [new file with mode: 0755]
sympy/galgebra/doc/setup.py [new file with mode: 0644]
sympy/galgebra/doc/symbolicGA.tex [new file with mode: 0755]
sympy/galgebra/examples/test_symbolicGA.out [new file with mode: 0644]
sympy/galgebra/examples/test_symbolicGA.py [new file with mode: 0755]
sympy/galgebra/latex_out.py [new file with mode: 0755]
sympy/galgebra/tests/test_GA.py [new file with mode: 0644]