sorry for the late answer.
After some investigations on the internet, I did not find any convenient 
solution.
My concern being on polynomials, I ended up doing some copy/paste of my 
expressions and working in another window with a polynomial ring defined 
the following way :

R.<A,B> = QQ[]
R.<x,y,z> = PolynomialRing(QQ[A,B],order='deglex')

where x, y, z are the variables and A, B some parameters.
It's not very nice because I have to do some copy/paste, but at least I had 
my answer at the end.
Best regards.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To post to this group, send email to sage-support@googlegroups.com.
To unsubscribe from this group, send email to 
sage-support+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-support?hl=en.


Reply via email to