On Apr 23, 2009, at 1:29 AM, Kwankyu wrote: > Hi, > > It seems that multivariate polynomial quotient rings are not in Sage > yet. Is someone working to fill this gap? or should I rely on Singular > or Magma interface? or should I attempt to implement my own toyish > one? Give me an advice. Thank you.
Actually, they are: sage: R.<x,y,z> = QQ[] sage: S = R.quotient([x^3-x-y^2, z*x-1]); S Quotient of Multivariate Polynomial Ring in x, y, z over Rational Field by the ideal (x^3 - y^2 - x, x*z - 1) Singular is being used here. I don't think all rings are supported yet though. - Robert --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to sage-devel-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---