@@ -4028,19 +4028,14 @@ doc ///
40284028
40294029
40304030TEST ///
4031- restart ;
4032- needsPackage " SpectralSequences" ;
40334031A = QQ [a,b,c];
4034- C = new ChainComplex ;
4035- C.ring = A;
4032+ C = complex A^0
40364033K = filteredComplex C;
40374034assert (K_0 == C);
40384035assert (K_1 == C);
40394036///
40404037
40414038TEST ///
4042- restart ;
4043- needsPackage " SpectralSequences" ;
40444039A = QQ [a,b,c];
40454040D = simplicialComplex {a* b* c};
40464041F2D = D;
@@ -4064,8 +4059,6 @@ assert(all(keys support e^5, j -> isIsomorphism homologyIsomorphism(e,j#0,j#1,5)
40644059///
40654060
40664061TEST ///
4067- restart
4068- needsPackage " SpectralSequences" ;
40694062-- The following example is taken from p. 127, Fig 7.2 of
40704063-- Zomorodian's "Topology for computing"
40714064A = ZZ [s,t,u,v,w] ;
@@ -4120,8 +4113,6 @@ assert(all(keys support e^12, j -> isIsomorphism homologyIsomorphism(e,j#0,j#1,1
41204113///
41214114
41224115TEST ///
4123- restart
4124- needsPackage " SpectralSequences" ;
41254116A = QQ [a,b,c,d];
41264117D = simplicialComplex {a* d* c, a* b, a* c, b* c};
41274118F2D = D;
@@ -4159,11 +4150,9 @@ assert(all(keys support e^12, j -> isIsomorphism homologyIsomorphism(e,j#0,j#1,1
41594150///
41604151
41614152TEST ///
4162- restart
4163- needsPackage " SpectralSequences" ;
41644153B = QQ [a..d];
41654154J = ideal vars B;
4166- C = complete res monomialCurveIdeal (B,{1,3,4});
4155+ C = res monomialCurveIdeal (B,{1,3,4});
41674156K = filteredComplex(J,C,4);
41684157e = prune spectralSequence K;
41694158assert (all (keys support e^0, j -> isIsomorphism homologyIsomorphism(e,j#0,j#1,0)))
@@ -4175,8 +4164,6 @@ assert(all(keys support e^4, j -> isIsomorphism homologyIsomorphism(e,j#0,j#1,4)
41754164
41764165
41774166TEST ///
4178- restart
4179- needsPackage " SpectralSequences" ;
41804167S = ZZ/101 [x,y];
41814168I = ideal (x^2,x* y,y^2);
41824169R = S/I;
@@ -4206,7 +4193,3 @@ installPackage("SpectralSequences", RemakeAllDocumentation => true)
42064193check " SpectralSequences" ;
42074194viewHelp SpectralSequences
42084195-- ----------------------------------------
4209-
4210- Status API Training Shop Blog About
4211- © 2016 GitHub, Inc. Terms Privacy Security Contact Help
4212-
0 commit comments