-
-
Notifications
You must be signed in to change notification settings - Fork 674
Closed
Description
Reported by Ronald van Luijk:
because the Curve constructor automatically interprets a homogeneous polynomial in 3 variables as a projective curve, the following doesn't work:
A.<x,y,z>=AffineSpace(QQ,3)
C=Curve([x-y,x-z])
CC: @kwankyu
Component: algebraic geometry
Issue created by migration from https://trac.sagemath.org/ticket/7954