First time here? Check out the FAQ!
answered 2022-05-23 05:54:35 +0100
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()