|
[Date Index]
[Thread Index]
[Author Index]
Fwd: How to make Mathematica to return "Log[Exp[x]]" as x?
- To: mathgroup at smc.vnet.net
- Subject: [mg5704] Fwd: [mg5669] How to make Mathematica to return "Log[Exp[x]]" as x?
- From: BobHanlon at aol.com
- Date: Sat, 11 Jan 1997 14:29:04 -0500
- Sender: owner-wri-mathgroup at wolfram.com
Use
PowerExpand[ Log[ Exp[x] ] ]
or
Log[ Exp[x] ] // PowerExpand
---------------------
Forwarded message:
From: chengli at uab.edu (Cheng Li)
To: mathgroup at smc.vnet.net
To: mathgroup at smc.vnet.net
Dear friends, suppose x is a variable and when I type "Log[Exp[x]]" and then
enter, Mathematica gives me "Log[Exp[x]]" back. Could you please tell me how
to let Mathematica to return "Log[Exp[x]]" as x?
Thank you very much.
Cheng Li
chengli at uab.edu
Prev by Date:
Re: Quaternary Phase Diagrams
Next by Date:
REQ: Looking for mathreader 3.0
Previous by thread:
How to make Mathematica to return "Log[Exp[x]]" as x?
Next by thread:
Re: How to make Mathematica to return "Log[Exp[x]]" as x?
|