File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/sage/rings/finite_rings Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -906,7 +906,7 @@ cdef class ReductionMap(Map):
906
906
907
907
sage: R.<t> = GF(2)[]; P = R.ideal(t^7 + t^6 + t^5 + t^4 + 1)
908
908
sage: k = P.residue_field()
909
- sage: k.reduction_map()
909
+ sage: k.reduction_map() # optional - sage.libs.ntl
910
910
Partially defined reduction map:
911
911
From: Fraction Field of
912
912
Univariate Polynomial Ring in t over Finite Field of size 2 (using GF2X)
@@ -1133,7 +1133,7 @@ cdef class ReductionMap(Map):
1133
1133
sage: k.<a> = R.residue_field(h)
1134
1134
sage: K = R.fraction_field()
1135
1135
sage: f = k.convert_map_from(K)
1136
- sage: f.section()
1136
+ sage: f.section() # needs sage.libs.ntl
1137
1137
Lifting map:
1138
1138
From: Residue field in a of Principal ideal (t^5 + t^2 + 1) of
1139
1139
Univariate Polynomial Ring in t over Finite Field of size 2 (using GF2X)
@@ -1466,7 +1466,7 @@ cdef class LiftingMap(Section):
1466
1466
sage: R.<t> = GF(2)[]; h = t^5 + t^2 + 1
1467
1467
sage: k.<a> = R.residue_field(h)
1468
1468
sage: K = R.fraction_field()
1469
- sage: L = k.lift_map(); L.codomain()
1469
+ sage: L = k.lift_map(); L.codomain() # needs sage.libs.ntl
1470
1470
Univariate Polynomial Ring in t over Finite Field of size 2 (using GF2X)
1471
1471
"""
1472
1472
self ._K = reduction._K
You can’t perform that action at this time.
0 commit comments