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

Addition of new presentations to Chow rings of matroids #39359

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

25shriya
Copy link
Contributor

@25shriya 25shriya commented Jan 21, 2025

This PR focuses on adding the atom-free and simplicial presentation of Chow rings of matroids. see relevant issue
The former is taken from Definition 4.1 of this paper and the latter from Definition 3.2.1 of this paper.

@tscrim

📝 Checklist

  • The title is concise and informative.
  • The description explains in detail what this PR is about.
  • I have linked a relevant issue or discussion.
  • I have created tests covering the changes.
  • I have updated the documentation and checked the documentation preview.

⌛ Dependencies

@25shriya 25shriya changed the title Added new presentations to Chow rings of matroids Addition of new presentations to Chow rings of matroids Jan 21, 2025
Copy link

Documentation preview for this PR (built with commit 7545335; changes) is ready! 🎉
This preview will update shortly after each push to this PR.

@@ -92,7 +92,7 @@ class ChowRing(QuotientRing_generic):
Chow ring of P8'': Matroid of rank 4 on 8 elements with 8 nonspanning circuits
over Rational Field
"""
def __init__(self, R, M, augmented, presentation=None):
def __init__(self, R, M, augmented, presentation='fy'):
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is better for this to be None as then have the augmented True/False set its own default. It might be something we want changed later on.

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

Successfully merging this pull request may close these issues.

2 participants