Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Rational parametrization of affine curve

Why is there error evaluating this?

B.<x,y> = AffineSpace(QQ,2)
p=Curve([3*x^2 + 2*y^2 - 5],B)
p.rational_parameterization()