| 1 | initial version |
They are methods rather than functions.
They can be applied to symbolic expressions.
Try this for instance.
sage: x = SR.var('x')
sage: expr = sin(x)^2 + cos(x)^2
sage: expr.simplify_trig()
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.