First time here? Check out the FAQ!
answered 2011-10-11 12:08:15 +0100
Combining the two answers, I get:
sage: a = 1 / (2 * sqrt(2) + 3) sage: maxima_calculus('algebraic: true;') true sage: a.simplify_rational() -2*sqrt(2) + 3
This is probably as simple as it will get for a while.