Patch Notes
Magma V2.10-10 Patch Notes
Patch release for Magma V2.10-10. Updated areas: Groups, Language and System, Lattices, Linear Algebra, Rings and Fields.
Groups¶
- A bug in permutation group
Verifyhas been fixed. This bug has been in all versions of Magma since V2.5, but happened only rarely. It was found in verification of a permutation representation of Lyons group (degree 8835156). - A bug in creating elements of the character ring of a group with rational but non-integer values has been fixed.
- A print level of
"Magma"forGrpLieEltis now recognized. HasComputableSubgroupsreturned false too often and is now fixed.- A spurious error message that sometimes appeared when computing modular representations of a group has been eliminated.
Language and System¶
- A bug in the construction of large sequences has been fixed.
Lattices¶
- A bug in the function
ShortVectorshas been fixed (when the bound was large).
Linear Algebra¶
Rings and Fields¶
- A bug in
IsConstantfor an algebraic function field element has been fixed. - A bug involving residue fields of algebraic function fields whose constant field is a polynomial fraction ring has been fixed.
- Better error checking is being done on
NumberOfPlaces. It will now give an error message when a combination of the constant field and the degree is too large. - An error finding a place of a given degree of function field has been fixed.
- A memory management problem in taking products of quadratic forms has been dealt with.
- A bug in
Reduceof an order of a function field has been fixed. - Several bugs in
StrongApproximationfor function fields have been fixed. - A bug fix and speedups in the computation of discrete logs in
RayResidueRingsof global function fields have been achieved. - A bug fix in the computation of defining equations for abelian extensions of global function fields has been fixed.
- The ordering of the complex conjugates in non-simple cyclotomic fields has been changed to match the ordering for the simple fields.
- A bug in
IsIrreduciblefor multivariate polynomials has been fixed.