Open maxale opened 9 months ago
Can you please check again the results because it is giving True in my case.
It is False
on my system, and it is also False
at Sagecell.
This may be system-dependent. Anyway, the point is that for some permutations groups it may be False
, and there is nothing wrong with it as soon as this behavior is documented.
Steps To Reproduce
The following code illustrates that the
.conjugacy_classes_representatives()
method is not deterministic:Expected Behavior
Method
.conjugacy_classes_representatives()
is a wrapper for GAP's functionRepresentative()
whose documentation says:Actual Behavior
Sage's documentation for
.conjugacy_classes_representatives()
fails to mention this important property, which may lead to unexpected side effects in an unaware code.Additional Information
It may be even worth to include example illustrating the issue (like the one above) to raise awareness.
Environment
Checklist