P is a polynomial in x + a polynomial in 1/x.
For example, P=2/x^2 + 5x + 7 + 3/x^5, expecting 5x+12.
What command (in Maple 7) will replace
the x's from the denominator by 1 ?
algsubs(1/x=1,P);
12 + 5 x
I didn't test that in Maple 7 though.
Alec Mihailovs