|
[Date Index]
[Thread Index]
[Author Index]
Please help overcome problems with integration
- To: mathgroup at smc.vnet.net
- Subject: [mg72229] Please help overcome problems with integration
- From: aaronfude at gmail.com
- Date: Fri, 15 Dec 2006 07:06:20 -0500 (EST)
Hi,
This is similar to my previous posts, but I have worked hard to come up
with the simplest possible example which highlights what ought to be
considered in bug in Mathematica. Please comment and suggest a work
around.
F = Log[(-1 + d x + e Sqrt[f + 2g x + h x^2])];
st = Integrate[F, x];
specific = st /. { d -> -2, e -> 10, f -> 1.3, g -> -1, h -> 1 };
(specific /. x -> 1 ) - (specific /. x -> 0)
NIntegrate[F /. { d -> -2, e -> 10, f -> 1.3, g -> -1, h -> 1 }, {x,
0, 1}]
The results are:
-1.25713 - 4.44^-16*I
and
1.6552
Thank you very much in advance!
Aaron Fude
Prev by Date:
Re: Arrange cells side by side
Next by Date:
Re: Deformed Matrix Product
Previous by thread:
Re: Missing <<Miscellaneous`PhysicalConstants` package
Next by thread:
Re: Please help overcome problems with integration
|