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

Enable creation of minimal Weierstrass models from cubics #38744

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

Conversation

jcbland
Copy link

@jcbland jcbland commented Sep 29, 2024

This adds functionality desired in #33343 to the constructor EllipticCurve_from_cubic.

Rather than always make the cubic a minimal model when possible, this modification adds a keyword argument minimize that, if set to True, returns a minimal Weierstrass model (and a morphism from the cubic to it if morphism is True).

Allow EllipticCurve_from_cubic to return
a minimal model.
Copy link

github-actions bot commented Sep 30, 2024

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

Make sure to do minimize check
when E has a flex
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