Hello everyone,
I would like to compute a Groebner basis generated by a set of polynomials containing coefficients like e^(-2/10) without rounding the coefficients, for example: f1 = e^(-1/2)x^2 - e^(-3/50)yx f2 = e^(-3/20)x + x*y^2
Is there a simple way to do so? I have tried to create an extension of QQbar including the transcendental coefficients, but I could not successfully do it. Any help would be greatly appreciated !