On 2 Ășn, 18:11, andrejv <[email protected]> wrote: > > I don't know how to change sin((x+y)/a) to sin(x/a + y/a) in Sage, > maybe someone else can help you with that.
This is expand from Maxima sage: sin((a+b)/c)._maxima_().expand().sage() sin(a/c + b/c) Robert -- 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 URL: http://www.sagemath.org
