Groebner Basis with transcendental coefficients?
I would like to compute on Sage a Groebner basis generated by a set of polynomials containing coefficients like exp(−2/10) without rounding the coefficients, for example:
f1=e−1/2x2−e−3/50yx
f2=e−3/20x+xy2
Is there a simple way to do that?
I tried to create an extension of QQbar
including the transcendental
coefficients, but I could not successfully do it.
Any help would be greatly appreciated!
Why not define a new variable
z
(instead of exp−1/50), then work algebraically... ?!