Group Abstract Group Abstract

Message Boards Message Boards

0
|
12.4K Views
|
2 Replies
|
2 Total Likes
View groups...
Share
Share this post:

Combine sum of logarithms to logarithm of a product?

POSTED BY: Ralph Trenkler
2 Replies
Posted 5 years ago
POSTED BY: Dublin Nichols
Posted 6 years ago

Perhaps

In[6]:= FullSimplify[Log[a] + Log[b], a > 0 && b > 0]
Out[6]= Log[a b]

In[7]:= FullSimplify[Log[a] - Log[b], a > 0 && b > 0]
Out[7]= Log[a/b]

is what you're after.

POSTED BY: Kyle Martin
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard