https://github.com/uberparagon/mgn
Revision 8267f9279d00a6e94a8a22566cd6d0ad25b633bc authored by Drew Johnson on 13 September 2017, 06:21:44 UTC, committed by Drew Johnson on 13 September 2017, 06:21:44 UTC
1 parent 1bceb86
Tip revision: 8267f9279d00a6e94a8a22566cd6d0ad25b633bc authored by Drew Johnson on 13 September 2017, 06:21:44 UTC
doctests fixed up
doctests fixed up
Tip revision: 8267f92
tests3.py
from StrataAlgebra import *
from sage.all import QQ, var
#s = StrataAlgebra(QQ,1,(1,2,3))
#a = s.psi(2) * s.irr()
s = StrataAlgebra(QQ,1,(1,1))
print s.psi(1)*s.psi(1)

Computing file changes ...