simplify(2log(5)) returns log(25) How to revert this? On Monday, October 19, 2015 at 10:35:45 AM UTC+3, Francesco Bonazzi wrote: > > > > 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/274d9996-5fbc-43b4-80ab-b7237cfe65a0%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
