Skip to content

JAS version 2.7.200

Latest
Compare
Choose a tag to compare
@kredel kredel released this 05 Jul 13:35

This release provides more tests with BigQuaternion polynomial coefficients. It fixes a left-right bug in solvable polynomials monic() method. (left and right monic must be distinguished although the inverse of the leading base coefficient is a left and right inverse.) And fixes to leftMonic() where required. It adjusts the polynomial reverse() method with using conjugate() on coefficients. More tests for Ore conditions for polynomials with quaternion coefficients. Fixed default implementations in interface MonoidElem for left, right and two-sided operations by throwing exceptions when not correctly overridden.