Open a9bc4e33-7b98-4180-affc-8dfcef89e22b opened 12 years ago
Not sure if the following is equivalent Singular-source, but if, it works for recent Singular:
ring rng = (0,a,b),(x,y,z),dp;
poly f = a*(x^3 + y^3 + z^3) + b*x*y*z;
genus(f); // 1
However, Singular's genus() is still not bugfree: http://www.singular.uni-kl.de:8002/trac/ticket/259
Replying to @sagetrac-jakobkroeker:
However, Singular's genus() is still not bugfree: http://www.singular.uni-kl.de:8002/trac/ticket/259
Singular bug 259 appears to be fixed: https://www.singular.uni-kl.de:8005/trac/ticket/259
sage-4.8 gives the following:
The equivalent Magma code (which works) is:
CC: @mminzlaff
Component: algebraic geometry
Issue created by migration from https://trac.sagemath.org/ticket/12851