Opened 6 years ago

Closed 6 years ago

#820 closed bug (fixed)

Problems with adjointIdeal

Reported by: nbruin@… Owned by: somebody
Priority: major Milestone: 4-2-0 and higher
Component: singular-libs Version: 4-1-0
Keywords: paraplanecurves.lib adjointIdeal Cc:

Description

Dear maintainers,

I noticed that adjointIdeal seems to have some problems; quite probably with singularities "at infinity". Consider the following computation:

LIB "paraplanecurves.lib";
ring R = 0,(x,y,z),dp;
poly f=x^3*y - x^2*z^2 + y^2*z^2 + y*z^3;
adjointIdeal(f,1);
ring R = 0,(y,z,x),dp;
poly f=x^3*y - x^2*z^2 + y^2*z^2 + y*z^3;
adjointIdeal(f,1);

The ordering of the variables shouldn't matter for the size of the ideal we get back, but in the first case we get (1) and in the second case we get (x,z). Is it possible to fix this?

Change History (1)

comment:1 Changed 6 years ago by hannes

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.