File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -160,8 +160,9 @@ def QuaternionMatrixGroupGF3():
160
160
elements commonly called `I` and `J`, while `K`
161
161
is the product of `I` and `J`. ::
162
162
163
- sage: # needs sage.libs.gap
164
163
sage: from sage.groups.matrix_gps.finitely_generated import QuaternionMatrixGroupGF3
164
+
165
+ sage: # needs sage.libs.gap
165
166
sage: Q = QuaternionMatrixGroupGF3()
166
167
sage: Q.order()
167
168
8
@@ -177,7 +178,7 @@ def QuaternionMatrixGroupGF3():
177
178
178
179
TESTS::
179
180
180
- sage: groups.matrix.QuaternionGF3() # needs sage.modules
181
+ sage: groups.matrix.QuaternionGF3()
181
182
Matrix group over Finite Field of size 3 with 2 generators (
182
183
[1 1] [2 1]
183
184
[1 2], [1 1]
Original file line number Diff line number Diff line change @@ -363,7 +363,7 @@ class Gap(Parent):
363
363
We gracefully handle the case that the conversion fails (:trac:`18039`)::
364
364
365
365
sage: F.<a> = GF(9, modulus="first_lexicographic") # needs sage.rings.finite_rings
366
- sage: libgap(Matrix(F, [[a]]))
366
+ sage: libgap(Matrix(F, [[a]])) # needs sage.rings.finite_rings
367
367
Traceback (most recent call last):
368
368
...
369
369
NotImplementedError: conversion of (Givaro) finite field element to GAP
You can’t perform that action at this time.
0 commit comments