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 c017a6a commit 52a81cbCopy full SHA for 52a81cb
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 # optional - gap3
205
- ....: assert data[w] == mats # optional - gap3
+ ....: mats
+ ....: assert data[w] == mats
206
[]
207
[
208
[1 0] [1 0]
0 commit comments