Re: Mathematica - log. simplification (like Maxima's LOGEXPAND)



Don Taylor wrote:
"Matt Dz." <matt-NO-SPAM.please@xxxxxxxxxxxxxxxxxxxxxxxxxxx> writes:

I'd like to ask, if there is a counterpart of Maxima's LOGEXPAND in Mathematica?

...

log(a^b) to become b*log(a)

...

How can I get Mathematica to simplify Log[]'s in such a way?


PowerExpand[Log[a^b]]

Thanks - that's what I've been looking for,

Best regards,
Matt Dz.
.