We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f5bbd2 commit c017a6aCopy full SHA for c017a6a
src/sage/combinat/root_system/reflection_group_element.pyx
@@ -201,8 +201,8 @@ cdef class ComplexReflectionGroupElement(PermutationGroupElement):
201
sage: for w in W.iteration_tracking_words(): # optional - gap3
202
....: w.reduced_word() # optional - gap3
203
....: mats = [w.to_matrix(), w.to_matrix(on_space="dual")] # optional - gap3
204
- ....: mats
205
- ....: assert data[w] == mats
+ ....: mats # optional - gap3
+ ....: assert data[w] == mats # optional - gap3
206
[]
207
[
208
[1 0] [1 0]
0 commit comments