Re: [sympy] Re: simplify trig l'hopital?

2010-07-17 Thread Aaron S. Meurer
cancel() works, but you need to do it in the git master, with the new polys: In [10]: cancel((a*cos(x)*sin(x) + b*cos(x)*sin(x))/(c*cos(x)*sin(x))) Out[10]: a + b ─ c Aaron Meurer On Jul 17, 2010, at 3:52 PM, arseno...@virginia.edu wrote: > how about this, > > (a*cos(x)*sin(x) + b*cos

[sympy] Re: simplify trig l'hopital?

2010-07-17 Thread arseno...@virginia.edu
how about this, (a*cos(x)*sin(x) + b*cos(x)*sin(x))/(c*cos(x)*sin(x)) cancel doesnt seem to work. -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to sy...@googlegroups.com. To unsubscribe from this group, send email