Re: [sympy] maxwell's equation example can't find galgebra

2017-02-15 Thread Alan Bromborsky
Here is a example of Maxwell's equation using the galgebra module from github import sys from sympy import symbols,sin,cos,exp,I,Matrix,simplify,Eq,S from sympy.solvers import solve from printer import Format,xpdf,Get_Program,Print_Function,Fmt from ga import Ga from metric import linear_expand d

Re: [sympy] maxwell's equation example can't find galgebra

2017-02-15 Thread Alan Bromborsky
When you get galgebra from git in the galgebra/doc directory is galgebra.pdf. In section 1.3 of the document are instructions of how to install galgebra including how to set the python path so that other python programs can find galgebra. On Wed, Feb 15, 2017 at 5:35 AM, Henri Girard wrote: > H

[sympy] maxwell's equation example can't find galgebra

2017-02-15 Thread Henri Girard
Hi, I am new to sympy and I wanted to try it on maxwell's equations examples so I installed galgebra from git but it doesn't work ? the import is not found... ANy help ? regards Henri import sys import sympy.galgebra.GAsympy as GA import sympy.galgebra.latex_ex as tex GA.set_main(sys.modules[_