| 1 | initial version |
Looks like trig_simplify() does the job:
f(t) = cos(t+1)^2 + sin(t+1)^2 f.trig_simplify()
t |--> 1
Where would I find this in the sage documentation if I did not know the name of the method (trig_simplify()) ?
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.