Custom Query (85 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Ticket Summary Status Type Priority Milestone Component
#5074 singular factorization over GF(p) need not be a complete factorization needs_info defect major sage-5.10 commutative algebra
#5326 support weighted term orderings needs_info enhancement major sage-5.10 commutative algebra
#7577 move multivariate polynomials over RR to libsingular needs_info enhancement major sage-5.10 commutative algebra
#7795 MPolynomialRing segfaults when getting high exponents needs_info defect major sage-duplicate/invalid/wontfix commutative algebra
#9902 base_extend() not implemented in MPolynomialRing needs_info defect major sage-5.10 commutative algebra
#10532 Faster multiplication for multivariate power series needs_info enhancement major commutative algebra
#11862 use BooleanPolynomialRing.clone() in BooleanPolynomialRing.change_ring() needs_info defect major sage-5.10 commutative algebra
#12194 Enhancing function field capabilities: collapse a tower of function field extensions to a simple extension and more needs_info enhancement minor sage-5.10 commutative algebra
#10168 fraction field of InfinitePolynomialRing needs_review defect minor commutative algebra
#10480 fast PowerSeries_poly multiplication needs_review enhancement major sage-5.10 commutative algebra
#12977 Let singular_function expect "attributes" not as a dict needs_review defect major sage-5.10 commutative algebra
#13263 matrix() for elements in quotients of polynomial ring broken over inexact rings needs_review defect minor sage-duplicate/invalid/wontfix commutative algebra
#13274 Add QQ._factor_univariate_polynomial() needs_review task trivial sage-5.10 commutative algebra
#13275 Add QQbar._factor_univariate_polynomial() needs_review task trivial sage-5.10 commutative algebra
#13697 Improvements and corrections to QuotientRingElement needs_review enhancement minor sage-5.10 commutative algebra
#13850 PolynomialSequence.solve() needs_review enhancement major sage-5.10 commutative algebra
#14334 integral of multivariate polynomial needs_review defect major sage-5.10 commutative algebra
#5313 patch singular so that when it runs out of memory the error message says "singular" in it needs_work enhancement major sage-5.10 commutative algebra
#6397 [with patch, needs work] implement general Newton's method root finding for power series rings needs_work enhancement major sage-feature commutative algebra
#6416 Use Frobby for monomial ideals needs_work enhancement major sage-5.10 commutative algebra
#9457 power series comparison should use padded_list needs_work defect major sage-5.10 commutative algebra
#11652 MPolynomial_libsingular reports the wrong degree needs_work defect minor sage-5.10 commutative algebra
#11667 Cache groebner basis independend of degree bound needs_work enhancement major sage-5.10 commutative algebra
#11719 Add is_monomial() to power series and laurent series ring elements needs_work defect minor sage-5.10 commutative algebra
#11850 random element of ideal needs_work enhancement trivial sage-5.10 commutative algebra
#11861 Saturation of ideals needs_work defect trivial sage-5.10 commutative algebra
#11864 Blow-up ideal needs_work enhancement minor sage-5.10 commutative algebra
#12552 degree of polynomial_element is of type int needs_work defect trivial sage-5.10 commutative algebra
#12718 polynomial substitution overflow hell (libsingular bug?) needs_work defect critical sage-5.10 commutative algebra
#13716 (very) Minor improvements to the multivariate polynomials documentation needs_work enhancement trivial sage-5.10 commutative algebra
#687 Wrap libSINGULAR's quotient ring implementation new task major sage-5.10 basic arithmetic
#2165 MPolynomialRing(BooleanPolynomial) not as general as it should be new enhancement minor sage-5.10 commutative algebra
#2331 Polynomial_singular_repr is pretty messed up new enhancement major sage-5.10 interfaces
#2352 univariate homogenize is not the same as multivariate homogenize new defect major sage-5.10 commutative algebra
#3330 multivariate polynomial GCD should work over more base rings new enhancement major sage-wishlist commutative algebra
#3603 memleak in GF(2^n) new defect major sage-5.10 memleak
#4883 possible memory leak in sage.matrix.matrix_integer_dense new defect major sage-5.10 memleak
#5225 unhandled case in converting to polynomial ring new defect major sage-5.10 commutative algebra
#5484 improve quotients of univariate polynomial rings new enhancement major sage-5.10 commutative algebra
#5590 coercion between polynomial rings over extension fields and polynomial rings over the prime subfield new enhancement major sage-5.10 commutative algebra
#5838 crash in Singular's polynomial gcd new defect critical sage-5.10 commutative algebra
#6232 Consider CADO-NFS for inclusion new enhancement minor sage-wishlist packages: standard
#6265 fix toy_d_basis.py new defect major sage-5.10 commutative algebra
#6430 Cython problem with hashing Laurent series elements over CDF new defect major sage-5.10 commutative algebra
#6431 no call method from Laurent series into Power series ring new defect major sage-5.10 commutative algebra
#7503 M4RI source code needs looking at, as lint finds some issues. new defect minor sage-5.10 packages: standard
#7554 bug in multivariate polynomial factorization new defect major sage-5.10 commutative algebra
#8158 efficiency problem with polynomials (SymbolicRing vs PolynomialRing) new defect major sage-5.10 commutative algebra
#8337 factorization of multivariate polynomials is terribly slow new defect major sage-5.10 commutative algebra
#8586 Integer overflow in vector_space_dimension() new defect major sage-5.10 commutative algebra
#9788 The coordinates appearing in the output of variety(L) should be easier to access new enhancement minor sage-5.10 commutative algebra
#9789 Add support for degree bounds of Groebner bases using M2 new enhancement major sage-5.10 commutative algebra
#9980 Deprecate functionality of `PowerSeriesRing` which conflicts with construction of multivariate power series new defect major commutative algebra
#9981 Unify univariate and multivariate power series rings, as has been done for polynomial rings new enhancement major commutative algebra
#10128 Ideal.vector_space_dimension() should return Infinity for non-zero dimensional ideals. new enhancement minor commutative algebra
#10575 coercing multivariate poly's with repeated variable name shouldn't be allowed in some cases new defect major sage-5.10 commutative algebra
#10576 converting elements into polybori ring uses inconsistent semantics new defect major sage-5.10 commutative algebra
#10680 deal with BooleanMonomialMonoid in polynomial sequences new defect major sage-5.10 commutative algebra
#10708 Ideal dimension wrong, depends on term order. new defect major commutative algebra
#10856 migrate more functionality from ideals to polynomial sequences new enhancement major sage-5.10 commutative algebra
#10946 Evaluation and subsitution of multi-variable polynomials new defect major sage-5.10 commutative algebra
#11671 Doc/impl inconsistency for MPolynomial_libsingular.reduce() new defect minor sage-5.10 commutative algebra
#11764 define the class MPolynomial at the top-level new enhancement trivial sage-5.10 commutative algebra
#11855 Hilbert series, Hilbert functions of a given ideal new defect trivial sage-5.10 commutative algebra
#11858 Power series doesn't work with the tuple new defect trivial sage-5.10 commutative algebra
#11860 Degree of ideals new defect trivial sage-5.10 commutative algebra
#11957 libSingular slower than Singular-via-pexpect new defect major -- commutative algebra
#12240 Multivariate powerseries with symbolic coefficients issues new defect major sage-5.10 commutative algebra
#12529 libsingular reduces polynomials incompletely new defect critical sage-5.10 commutative algebra
#12660 make raising polynomials in characteristic p to large powers (and printing them) more efficient new enhancement major sage-5.10 commutative algebra
#12803 quotient of ideals throws up Singular bug new defect major sage-5.10 commutative algebra
#12976 Fix hash of ideals - or make it at least faster new defect major sage-5.10 commutative algebra
#13059 Creating multivariate polynomial rings change singular's global state new defect minor sage-5.10 commutative algebra
#13153 Power series ideals don't implement reduce new defect major sage-5.10 commutative algebra
#13227 Substituting into power series over an inexact ring using keywords fails new defect major sage-5.10 commutative algebra
#13759 bug in gerepile, significant pointers lost new defect major sage-5.10 commutative algebra
#13770 bug in multivariate factorization over prime fields new defect critical sage-5.10 commutative algebra
#13825 roots over IntegerModRing is horribly slow new enhancement minor sage-5.10 commutative algebra
#13846 eliminate_linear_variables() vs degrevlex new defect major sage-5.10 commutative algebra
#14062 Graded Rings and Graded Modules new enhancement major sage-5.10 commutative algebra
#14196 "subgroups" fails for C1 x C2 new defect major sage-5.10 commutative algebra
#14312 degree of number field polynomial is python int new defect minor sage-5.10 commutative algebra
#14485 Creation of a polynomial over QQbar new defect minor sage-5.10 commutative algebra
#14624 Failure in Singular upon division with remainder for a multivariate polynomial ring over a univariate fraction field new defect major sage-5.10 commutative algebra
#13849 deprecate degrevlex when using PolyBoRi positive_review enhancement major sage-pending commutative algebra
Note: See TracQuery for help on using queries.