Skip to main content
12 events
when toggle format what by license comment
May 23, 2017 at 12:35 history edited CommunityBot
replaced http://stackoverflow.com/ with https://stackoverflow.com/
Jun 12, 2015 at 4:44 answer added bbgodfrey timeline score: 1
Jun 11, 2015 at 16:43 comment added JimB You might consider the SuperLog function by Colin Rose and Murray D. Smith of mathStatica fame: [mathematica.stackexchange.com/questions/32472/…
Jun 11, 2015 at 16:06 history edited Edward Hughes CC BY-SA 3.0
added 221 characters in body
Jun 11, 2015 at 16:06 answer added MarcoB timeline score: 1
Jun 11, 2015 at 15:47 answer added BlacKow timeline score: 1
Jun 11, 2015 at 15:45 comment added Edward Hughes Sure - have added these to the question.
Jun 11, 2015 at 15:45 history edited Edward Hughes CC BY-SA 3.0
added 423 characters in body
Jun 11, 2015 at 15:41 comment added MarcoB Edward, could you give a minimal example of an expression you have, and what you would like the transformed output to be?
Jun 11, 2015 at 15:41 comment added Edward Hughes @MarcoB - thanks for the suggestion. As I understand it, PowerExpand will split the Logs up and I'll then have to reassemble them. In my case this would generate an enormous number of terms. I'd prefer to keep the vast majority of terms intact and just combine Logs when appropriate. Do you have a suggestion which would accomplish this?
Jun 11, 2015 at 15:38 comment added MarcoB Try PowerExpand (documentation page). It will automatically assume that exponents are integers, and arguments are positive real numbers. Careful though: checking whether these assumptions are appropriate is entirely left to the user!
Jun 11, 2015 at 15:37 history asked Edward Hughes CC BY-SA 3.0