Hi Ben, On Tue, Jan 20, 2009 at 1:46 AM, ben <[email protected]> wrote: > Are there any functions that are able to do further simplification?
You're probably looking for trig_simplify(): sage: a = cos(x)^2 + sin(x)^2 sage: a.trig_simplify() 1 --Mike --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---
