On Monday, 19 October 2015 07:12:46 UTC+2, Paul Royik wrote: > > Hello. > I noticed that simplify moves coefficient of logarithm under logarithm: > 2*log(5)=log(5**2)=log(25). > > Are you sure it does?
I get this: In [2]: 2*log(5) Out[2]: 2*log(5) In [5]: log(25) Out[5]: log(25) -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sympy. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/7d0d47ff-8709-475c-8102-4c43b6dc1118%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
