Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Integral points on a cubic curve which is not in Weierstrass form

How can I compute the integral points on a cubic curve which is not in Weierstrass form? For example something like x^3 + y^3 + z^3 = 6xyz. I have tried using EllipticCurve_from_cubic, but this automatically transforms it into an equivalent (over Q) curve in Weierstrass form, which doesn't preserve the integral points.