|
[Date Index]
[Thread Index]
[Author Index]
FullSimplify with Pi
- To: mathgroup at smc.vnet.net
- Subject: [mg84129] FullSimplify with Pi
- From: Uberkermit <chris.r.sims at gmail.com>
- Date: Mon, 10 Dec 2007 22:20:47 -0500 (EST)
Greetings,
I would like to simplify an expression involving Pi. Actually,
simplifying the expression isn't hard, getting Mathematica to
recognize the simplification is the hard part. Consider:
Assuming[Element[x, Reals],
FullSimplify[Log[1/Sqrt[2 Pi] Exp[x]]]]
Mathematica doesn't do anything to simplify this. However, replacing
the symbol Pi with any other variable in the above leads to the
trivial substitutions.
By trivial, I mean:
Log[Exp[x]] = x, and Log[a/b] = Log[a] - Log[b].
Why does Pi confuse Mathematica so??
Thanks,
-Chris
Prev by Date:
Re: Monitor bug or feature
Next by Date:
Re: Insert a Math Symbol in Text in Notebook?
Previous by thread:
Re: how to speed up lenghty formulas??
Next by thread:
Re: FullSimplify with Pi
|