-
-
Notifications
You must be signed in to change notification settings - Fork 685
Description
Steps To Reproduce
SymmetricGroupAlgebra(GF(3),3).dft()
Expected Behavior
When GF(p).
This is a change of basis matrix from the usual basis of
This should generalize the case p does not divide n, where we obtain a sum of endomorphism algebras
Actual Behavior
ZeroDivisionError
This seems to arise from trying to reduce denominators the semi-normal basis. This is covered in Murphy, Idempotents of the Symmetric Group and Nakayama's Conjecture, '83.
Additional Information
Environment
- **OS**: Mac OS 14.4.1 Sonoma, M1, 2020
- **Sage Version**: 10.1, from binaryChecklist
- I have searched the existing issues for a bug report that matches the one I want to file, without success.
- I have read the documentation and troubleshoot guide