Skip to content

Commit

Permalink
slightly different output
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksonwalters committed Jul 31, 2024
1 parent 4deb221 commit a8cd73c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/sage/combinat/symmetric_group_algebra.py
Original file line number Diff line number Diff line change
Expand Up @@ -2081,11 +2081,11 @@ def _dft_unitary(self):
sage: QS3 = SymmetricGroupAlgebra(QQ, 3)
sage: QS3._dft_unitary()
[ 1/6*sqrt(6) 1/6*sqrt(6) 1/6*sqrt(6) 1/6*sqrt(6) 1/6*sqrt(6) 1/6*sqrt(6)]
[ 1/3*sqrt(3) -1/6*sqrt(3) -1/6*sqrt(3) -1/2 0 1/2]
[ 0 1/2 -1/2 -1/6*sqrt(3) 1/3*sqrt(3) -1/6*sqrt(3)]
[ 0 -1/2 1/2 -1/6*sqrt(3) 1/3*sqrt(3) -1/6*sqrt(3)]
[ 1/3*sqrt(3) -1/6*sqrt(3) -1/6*sqrt(3) 1/2 0 -1/2]
[ 1/6*sqrt(6) 1/6*sqrt(6) 1/6*sqrt(6) -1/6*sqrt(6) -1/6*sqrt(6) -1/6*sqrt(6)]
[ 1/3*sqrt(3) 0 -1/2 -1/6*sqrt(3) -1/6*sqrt(3) 1/2]
[ 0 1/3*sqrt(3) -1/6*sqrt(3) -1/2 1/2 -1/6*sqrt(3)]
[ 0 1/3*sqrt(3) -1/6*sqrt(3) 1/2 -1/2 -1/6*sqrt(3)]
[ 1/3*sqrt(3) 0 1/2 -1/6*sqrt(3) -1/6*sqrt(3) -1/2]
[ 1/6*sqrt(6) -1/6*sqrt(6) -1/6*sqrt(6) 1/6*sqrt(6) 1/6*sqrt(6) -1/6*sqrt(6)]
"""
from sage.matrix.special import diagonal_matrix
from sage.misc.functional import sqrt
Expand Down

0 comments on commit a8cd73c

Please sign in to comment.