Hello,

I am just getting started, so excuse the basic queries. Is there any 
particular rule of thumb that explains the difference between together() 
and the mathematical operator:

>>> x/y-y/x
x/y - y/x

>>> together(x/y-y/x)
(x**2 - y**2)/(x*y)

Thanks,
Amit.



-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sympy+unsubscr...@googlegroups.com.
To post to this group, send email to sympy@googlegroups.com.
Visit this group at http://groups.google.com/group/sympy?hl=en-US.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to