We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b82f18 commit 6610aecCopy full SHA for 6610aec
src/sage/schemes/projective/projective_space.py
@@ -1084,10 +1084,10 @@ def points_of_bounded_height(self, **kwds):
1084
sage: K.<v> = QuadraticField(2)
1085
sage: P.<x,y> = ProjectiveSpace(K, 1)
1086
sage: sorted(list(P.points_of_bounded_height(bound=2)))
1087
- [(-v - 2 : 1), (-v - 2 : 2), (-v - 1 : 1), (-2 : 1), (-2 : 4), (-v : 1),
1088
- (-v : 2), (-1 : 1), (v - 2 : 1), (v - 2 : 2), (-v + 1 : 1), (0 : 1),
1089
- (v - 1 : 1), (-v + 2 : 1), (-v + 2 : 2), (1 : 0), (1 : 1), (v : 1),
1090
- (v : 2), (2 : 1), (2 : 4), (v + 1 : 1), (v + 2 : 1), (v + 2 : 2)]
+ [(-v - 2 : 1), (-v - 1 : 1), (-2 : 1), (-1/2*v - 1 : 1), (-v : 1), (-1 : 1),
+ (-1/2*v : 1), (v - 2 : 1), (-1/2 : 1), (-v + 1 : 1), (1/2*v - 1 : 1), (0 : 1),
+ (-1/2*v + 1 : 1), (v - 1 : 1), (1/2 : 1), (-v + 2 : 1), (1/2*v : 1), (1 : 0),
+ (1 : 1), (v : 1), (1/2*v + 1 : 1), (2 : 1), (v + 1 : 1), (v + 2 : 1)]
1091
1092
::
1093
0 commit comments