i have a simple trig expression which i want to simplify. i assume it
wont simplify this because of the singularties. but i understand how
the following treatment is consistent.  here 'x','a','b' are symbols


In [532]: sin(x)/((a+b)*sin(x))
Out[532]: 1/(a + b)

In [533]: sin(x)/((a*sin(x)+b*sin(x)))
Out[533]: sin(x)/(a*sin(x) + b*sin(x))



is there a way to simplify the last expression?

-- 
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