Commit
1 year ago
gh-37628: use the polynomial ring also for non-commutative baserings as _internal_poly_ring The `LazyCompletionGradedAlgebra` used a univariate `FreeAlgebra` as `_internal_poly_ring`, which doesn't work for 'exact' lazy series, i.e., when the degree is finite and all coefficients are known. This was done, because it was assumed that there are issues with univariate polynomials over a non-commutative base ring. However, it seems that these issues are not visible anymore. Fixes #37625. URL: https://github.com/sagemath/sage/pull/37628 Reported by: Martin Rubey Reviewer(s): Travis Scrimshaw
Author
Release Manager
Loading