On Jan 20, 2009, at 4:46 AM, ben wrote:
> > Hi, > I tried this: > > sage: simplify(sin(x)^2+cos(x)^2) > sin(x)^2+cos(x)^2 > Are there any functions that are able to do further simplification? > There are a couple of options if you do it this way: f = sin(x)^2 + cos(x)^2 f.simplify_trig() or f.simplify_full() However, in my version of Sage (3.2), the functions simplify_full() and simplify_trig() only seem to be defined on objects not as general functions. Unless I'm missing something. Cheers, Tim. --- Tim Lahey PhD Candidate, Systems Design Engineering University of Waterloo http://www.linkedin.com/in/timlahey --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-support URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---