| 1 | initial version |
simplify_full() just runs the specialized simplify_*() routines one by one. You can call them individually and see if they give you better results.
sage: x.sim<tab>
x.simplify x.simplify_full x.simplify_rational
x.simplify_exp x.simplify_log x.simplify_trig
x.simplify_factorial x.simplify_radical
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.