Post Reply 
[Solved (fix in progress)] double integration of sqrt(x+y) for x and y fails
01-27-2014, 09:13 AM
Post: #2
RE: double integration of sqrt(x+y) for x and y fails
This is a bug, I'm fixing it in Xcas and submitting the patch to HP. Until it is in, you can do that:
f1:=int((x+y)^(1/2), x);
int(subst(f1,x=1)-subst(f1,x=0),y,0,1);
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: double integration of sqrt(x+y) for x and y fails - parisse - 01-27-2014 09:13 AM



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