1 | initial version |
The answer is that the output of Singular's primdecGTZ
is not deterministic; particularly the ordering can change. You implicitly assumed that it was deterministic, by using indices to access the components. Sometimes you get a component which does not intersect your sphere, so J
becomes the unit ideal, and hence solve
fails.