https://github.com/uberparagon/mgn
Tip revision: a6c0d3c287a84780e31a836677238cef31070467 authored by System Administrator on 12 September 2017, 19:30:53 UTC
added manifest.in
added manifest.in
Tip revision: a6c0d3c
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)
