Processing math: 100%

First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Equivalent of integralQuarticPoints from Magma in Sage?

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.