|
[Date Index]
[Thread Index]
[Author Index]
Trouble with FullSimplify
- To: mathgroup at smc.vnet.net
- Subject: [mg97537] Trouble with FullSimplify
- From: JUN <noeckel at gmail.com>
- Date: Sat, 14 Mar 2009 18:16:41 -0500 (EST)
What is wrong with the following in Mathematica 7:
Clear[n];
FullSimplify[n Exp[-n * 0.], Element[n, Integers]]
result: n/2, which is scary. If I replace 0. by $MachineEpsilon/2, I
get a correct result.
It's also fun to express your feelings about Mathematica 7 this way:
FullSimplify[$Version Exp[$Version *($VersionNumber -
$VersionNumber)]]
Jens
Prev by Date:
Re: How to map a list on function
Next by Date:
Re: Return Ambiguity
Previous by thread:
ToNumberField isn't perfect
Next by thread:
Re: Trouble with FullSimplify
|