File tree Expand file tree Collapse file tree 3 files changed +538
-469
lines changed
src/sage/rings/function_field Expand file tree Collapse file tree 3 files changed +538
-469
lines changed Original file line number Diff line number Diff line change 36
36
from sage .rings .integer_ring import ZZ
37
37
from sage .rings .polynomial .ore_polynomial_element import OrePolynomial
38
38
from sage .rings .polynomial .polynomial_ring import PolynomialRing_general
39
- from sage .rings .ring_extension import RingExtension_generic
40
39
from sage .structure .parent import Parent
41
40
from sage .structure .sage_object import SageObject
42
41
from sage .structure .sequence import Sequence
43
42
from sage .structure .unique_representation import UniqueRepresentation
44
43
44
+ lazy_import ('sage.rings.ring_extension' , 'RingExtension_generic' )
45
45
lazy_import ('sage.rings.lazy_series_ring' , 'LazyPowerSeriesRing' )
46
46
47
47
Original file line number Diff line number Diff line change @@ -1015,11 +1015,7 @@ def space_of_holomorphic_differentials(self):
1015
1015
EXAMPLES::
1016
1016
1017
1017
sage: K.<t> = FunctionField(QQ)
1018
- <<<<<<< HEAD
1019
- sage: K.space_of_holomorphic_differentials() # optional - sage.modules
1020
- =======
1021
1018
sage: K.space_of_holomorphic_differentials() # needs sage.libs.pari sage.modules
1022
- >>>>>>> 0e22212ec9 (./sage -fixdoctests --distribution sagemath-categories --probe all --only-tags src/sage/rings/function_field)
1023
1019
(Vector space of dimension 0 over Rational Field,
1024
1020
Linear map:
1025
1021
From: Vector space of dimension 0 over Rational Field
@@ -1052,11 +1048,7 @@ def basis_of_holomorphic_differentials(self):
1052
1048
EXAMPLES::
1053
1049
1054
1050
sage: K.<t> = FunctionField(QQ)
1055
- <<<<<<< HEAD
1056
- sage: K.basis_of_holomorphic_differentials() # optional - sage.modules
1057
- =======
1058
1051
sage: K.basis_of_holomorphic_differentials() # needs sage.libs.pari sage.modules
1059
- >>>>>>> 0e22212ec9 (./sage -fixdoctests --distribution sagemath-categories --probe all --only-tags src/sage/rings/function_field)
1060
1052
[]
1061
1053
1062
1054
sage: K.<x> = FunctionField(GF(5)); _.<Y> = K[]
You can’t perform that action at this time.
0 commit comments