Post Reply 
Triple Integral
04-29-2020, 01:57 PM
Post: #6
RE: Triple Integral
I don't think so:
Code:

t1 := 4*x^2*ln(sqrt(-x^2+4)+2) - x^4*ln(abs(x));
t2 := -x^2*sqrt(-x^2+4) - x^4*ln(x^2)/4 + x^4*ln(abs(x^2+4*sqrt(-x^2+4)-8))/4;
int(t1-t2, x=-2.0..2.0) ;
int(t1-t2,x=-2..2)*1.0;
If you plot(t1-t2,x=-2..2) the value of about 28 is credible.
BTW, 1.4.9 is relatively old, if you want to report bugs in Xcas, please check with the latest version :-)

I have improved embedded assumptions checking for some simplifications, now the initial triple integral returns the correct exact value.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Triple Integral - lrdheat - 04-26-2020, 06:53 PM
RE: Triple Integral - Aries - 04-28-2020, 01:43 PM
RE: Triple Integral - Albert Chan - 04-28-2020, 08:27 PM
RE: Triple Integral - parisse - 04-29-2020, 06:15 AM
RE: Triple Integral - Albert Chan - 04-29-2020, 12:47 PM
RE: Triple Integral - parisse - 04-29-2020 01:57 PM
RE: Triple Integral - lrdheat - 04-29-2020, 02:59 PM
RE: Triple Integral - tom234 - 05-10-2020, 09:06 PM
RE: Triple Integral - Aries - 05-11-2020, 07:07 AM
RE: Triple Integral - tom234 - 05-11-2020, 10:35 AM
RE: Triple Integral - tom234 - 05-11-2020, 02:18 PM



User(s) browsing this thread: 1 Guest(s)