Question: Newbie question on getting the right form for polynomials on integers

Hello there I'm a newbie, both here and to Maple ! :) So I am playing around with some polynoms on integers that I would like to further use in Python programs. Maple is really great to help me get these polynoms, but the problem is that I would like to have them formated in the end with a big numerator over a single denominator, so that python makes the right computations on integers. So for instance, instead of : P(n) = 1/3*n^3 + 1/2*n^2 + 1/6*n I would like to have : P(n) = (2*n^3 + 3*n^2 + 1)/6 (if this is with a big horizontal line of course perfectly ok) Is there a special formating/simplication/transformation function that is available in Maple to get that ?
Please Wait...