Opened 9 years ago
Closed 9 years ago
#610 closed bug (invalid)
div by 0 in Normal::normalityTest
Reported by: | Owned by: | somebody | |
---|---|---|---|
Priority: | minor | Milestone: | 4-1-0 and higher |
Component: | singular-libs | Version: | 4-0-0 |
Keywords: | bug normalityTest | Cc: |
Description
Failing example:
LIB("normal.lib"); ring rng = 3,(x,y),lp; short = 0; ideal J = -x^4+x*y, y^2+1; def L1 = normalP(J,"withRing"); // ? div. by 0 // ? error occurred in or before normal.lib::normalityTest line 3885: // U[ii]=U[ii]/gg;
Note: See
TracTickets for help on using
tickets.
The input is not aradical ideal.