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(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 to 
sympy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy?hl=en.

Reply via email to