The fact that the number of singularities quoted is precisely 2^32-1 makes me suspect a faulty return fo -1 from somewhere.
On Nov 21, 5:22 am, VictorMiller <[email protected]> wrote: > sage: T.<t1,t2,u1,u2> = QQ[] > sage: TJ = Ideal([t1^2 + u1^2 - 1,t2^2 + u2^2 - 1, (t1-t2)^2 + (u1- > u2)^2 -1]) > sage: TJ.genus() > 4294967295 > sage: TJ.dimension() > 1 -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org
