File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/sage/rings/function_field Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -570,7 +570,7 @@ cdef class FunctionFieldElement(FieldElement):
570
570
571
571
sage: K.<x> = FunctionField(GF(4)); _.<Y> = K[] # needs sage.rings.finite_rings
572
572
sage: L.<y> = K.extension(Y^2 + Y + x + 1/x) # needs sage.rings.finite_rings
573
- sage: (x/y).zeros() # needs sage.modules sage.rings.finite_rings
573
+ sage: (x/y).zeros() # needs sage.modules sage.rings.finite_rings sage.rings.function_field
574
574
[Place (x, x*y)]
575
575
"""
576
576
return self .divisor_of_zeros().support()
Original file line number Diff line number Diff line change 16
16
sage: L # needs sage.rings.number_field
17
17
Rational function field in x over Number Field in a with defining
18
18
polynomial x^2 - 2 with a = 1.4142... over its base
19
- sage: d = (x^2 - 2).divisor() # needs sage.libs.pari
20
- sage: d # needs sage.libs.pari
19
+ sage: d = (x^2 - 2).divisor() # needs sage.libs.pari sage.modules
20
+ sage: d # needs sage.libs.pari sage.modules
21
21
-2*Place (1/x)
22
22
+ Place (x^2 - 2)
23
- sage: L.conorm_divisor(d) # needs sage.libs.pari sage.rings.number_field
23
+ sage: L.conorm_divisor(d) # needs sage.libs.pari sage.modules sage. rings.number_field
24
24
-2*Place (1/x)
25
25
+ Place (x - a)
26
26
+ Place (x + a)
You can’t perform that action at this time.
0 commit comments