Hello, I have a term t that I simplify with t.simplify_trig(). Parts of the result look something like this:
65*sin(0.500000000000000*pi)*sin(x2)*cos(x3)*sin(x5)+... My limited math understanding tells me that sin(0.5*pi) is zero, therefore the term shouldn't be there. Is there a way to let sage do the job? The term is to long to do it by hand and simplify_full() does not work. Thanks, Stefan -- 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 URL: http://www.sagemath.org