Ask Your Question

Revision history [back]

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()