gap-packages / wedderga

Wedderburn Decomposition of Group Algebras
https://gap-packages.github.io/wedderga/
GNU General Public License v2.0
3 stars 6 forks source link

Modification on SimpleAlgebraInfoByData #63

Closed angeldelriomateos closed 4 years ago

angeldelriomateos commented 4 years ago

Explode GlobalSplittingOfCyclotomicAlgebra to shortening the output of Simple AlgebraInfoByData and as a consequence the output of WedderburnDecompositionInfo

olexandr-konovalov commented 4 years ago

Thanks! Now it looks fine. Travis tests show lots of diffs, but my understanding is that we need to do #64 first and revisit this PR later, so need not to worry for now.

angeldelriomateos commented 4 years ago

Thanks! Now it looks fine. Travis tests show lots of diffs, but my understanding is that we need to do #64 first and revisit this PR later, so need not to worry for now.

It makes sense that there are changes because now WedderburnDecompositionInfo produces a simplified numerical information. For example for QS_3 it produces [1,Rationals],[1,Rationals],[2,Rationals], while before it outputted [1,Rationals],[1,Rationals],[2,Rationals,3,[2,2,0]].

olexandr-konovalov commented 4 years ago

Closed, since this is now part of PR #64.