You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 30, 2023. It is now read-only.
Copy file name to clipboardexpand all lines: src/sage/coding/subfield_subcode.py
+7-4
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,8 @@ class SubfieldSubcode(AbstractLinearCode):
51
51
52
52
sage: C = codes.RandomLinearCode(7, 3, GF(16, 'aa'))
53
53
sage: codes.SubfieldSubcode(C, GF(4, 'a'))
54
+
doctest:...: FutureWarning: This class/method/function is marked as experimental. It, its functionality or its interface might change without a formal deprecation.
55
+
See http://trac.sagemath.org/20284 for details.
54
56
Subfield subcode over Finite Field in a of size 2^2 coming from Linear code of length 7, dimension 3 over Finite Field in aa of size 2^4
55
57
"""
56
58
_registered_encoders= {}
@@ -205,7 +207,7 @@ def embedding(self):
205
207
sage: C = codes.RandomLinearCode(7, 3, GF(16, 'aa'))
206
208
sage: Cs = codes.SubfieldSubcode(C, GF(4, 'a'))
207
209
sage: Cs.embedding()
208
-
Embedding between Finite Field in aa of size 2^4 and Finite Field in a of size 2^2
210
+
Relative field extension between Finite Field in aa of size 2^4 and Finite Field in a of size 2^2
0 commit comments