Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sum complexes: another example of simplicial complexes #13725

Closed
jhpalmieri opened this issue Nov 20, 2012 · 5 comments
Closed

sum complexes: another example of simplicial complexes #13725

jhpalmieri opened this issue Nov 20, 2012 · 5 comments

Comments

@jhpalmieri
Copy link
Member

The attached patch adds a new collection of examples of simplicial complexes called "sum complexes". I'm interested in them because their homology can have large torsion groups relative to the number of vertices. For example:

sage: simplicial_complexes.SumComplex(13, [0,1,2,3,5]).homology(3)
C3 x C237 x C706565607945

That's a very large torsion group for a complex with only 13 vertices!

Depends on #12587

CC: @tscrim @stumpc5

Component: algebraic topology

Author: John Palmieri

Reviewer: Travis Scrimshaw

Merged: sage-5.6.beta2

Issue created by migration from https://trac.sagemath.org/ticket/13725

@tscrim
Copy link
Collaborator

tscrim commented Dec 11, 2012

Reviewer: Travis Scrimshaw

@tscrim
Copy link
Collaborator

tscrim commented Dec 11, 2012

Dependencies: #12587

@tscrim
Copy link
Collaborator

tscrim commented Dec 11, 2012

comment:3

Attachment: trac_13725-sum-complex.patch.gz

Hey John,

I'm uploaded a small review patch which tweaks the generation code (basically I removed the temp variable k since len() is called only once for the for loop and made the output immutable from #12587), and separates out the doctests into generating the simplicial complex and the homology calculations. If you agree with the changes, feel free to set this to positive review.

Best,

Travis

PS - This applied cleanly for me over #12587, and I love the somewhat pathological examples that these simplicial complexes are.

@jhpalmieri
Copy link
Member Author

comment:4

Attachment: trac_13725-sum-complex-review-ts.patch.gz

Your patch looks good to me. By the way, since writing my patch, I found an example, simplicial_complexes.SumComplex(13, [0,1,2,3,4,7]), whose fourth homology group is

C3 x C3 x C37209 x C14755222692546209667

It takes Sage several minutes to calculate this, so we shouldn't add it to the examples, but it's interesting to see how large the torsion can be for a complex with 13 vertices.

@jdemeyer
Copy link

Merged: sage-5.6.beta2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants