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

combinatorics: improved the FpGroups.index() method #26458

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Apr 2, 2024

  1. combinatorics: improved the FpGroups.index() method

    Added the use of Lagrange's theorem to FpGroup.index() method so that it
    returns |G|/|H| when G has finite order, by using FpGroup.subgroup() method.
    I think there is an issue with this method, if the FpGroup has infinite order,
    but is not picked up by FpGroup._is_infinite() method.
    Added myself to .mailmap as I'm new contributor.
    Ford2003 committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    4c711e0 View commit details
    Browse the repository at this point in the history