Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 2540 by prashant...@gmail.com: log() not working properly
http://code.google.com/p/sympy/issues/detail?id=2540

Hi,
I experimented with log() but it is not working as it should

log(x*y)
log(x*y)
log(x*y).expand(log=True)
log(x*y)

Also, I tried something
import  sympy
a = sympy.Symbol('a')
b = sympy.Symbol('b')
e = sympy.log((a+b)**5)
print e
log((a + b)**5)

as given on http://code.google.com/p/sympy/wiki/Examples in functions segment.

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-issues@googlegroups.com.
To unsubscribe from this group, send email to 
sympy-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to