Processing math: 100%
Ask Your Question
1

Equivalent of integralQuarticPoints from Magma in Sage?

asked 1 year ago

Bike gravatar image

In Magma there is a function integralQuarticPoints that can be used to get all the integer solutions to y2=ax4+bx3+cx2+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.

Preview: (hide)

1 Answer

Sort by » oldest newest most voted
0

answered 1 year ago

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.

Preview: (hide)
link

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: 1 year ago

Seen: 177 times

Last updated: Sep 17 '23