First time here? Check out the FAQ!
answered 2013-04-13 00:30:23 +0100
You can do something like this
sage: f = 1/(x-3/2) sage: g = f.denominator() sage: f.coeff(f.denominator(), -1) / g.leading_coeff(x) 1