Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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.