Ask Your Question
1

Equivalent of integralQuarticPoints from Magma in Sage?

asked 2023-09-16 15:37:23 +0200

Bike gravatar image

In Magma there is a function integralQuarticPoints that can be used to get all the integer solutions to $$ y^2 = ax^4+bx^3+cx^2+dx+e $$ when $e$ is a square. There is a function .integral_points() for ElipticCurves, but this is a quartic not an eliptic curve.

Is there a way to do this in Sage?

PS: Would have added link to the docs of the Magma function, but not allowed to due insufficient karma.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2023-09-17 17:20:20 +0200

Max Alekseyev gravatar image

To best of my knowledge, there is no such equivalent. You can find details about IntegralQuarticPoints implementation in the comments to this MO answer. So, until someone implements the same in Sage, the only option is to use Sage's interface to Magma.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2023-09-16 15:37:23 +0200

Seen: 65 times

Last updated: Sep 17 '23