i1 : p=0,n=5 o1 = (0, 5) o1 : Sequence |
i2 : (R,A,I)=unfoldingEquations(p,n); |
i3 : time betti(J=flatteningRelations(R,A,I))
-- used 0.0456833 seconds
0 1
o3 = total: 1 30
0: 1 8
1: . 15
2: . 6
3: . 1
o3 : BettiTally
|
i4 : time (lin,J1)=equationsInThePaper(n,A); betti J1
-- used 0.0158674 seconds
0 1
o5 = total: 1 30
0: 1 8
1: . 15
2: . 6
3: . 1
o5 : BettiTally
|
i6 : J==J1 -- is what we claim in the paper o6 = true |