answered 2 years ago
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()