Hi guys,
How can I define all polynomial as this form -> $ax^2+by-1overQQwhereaandb$ are constants. for examples polynomials as : 2x^2+3y-1 or 5*x^2+y-1 , ... I know that I have to create a PolynomialRing, but I don't understand how exactly.
Thank you so much.