Post Reply 
[Solved (fix in progress)] double integration of sqrt(x+y) for x and y fails
01-26-2014, 10:45 PM (This post was last modified: 01-27-2014 08:54 PM by Stefan.)
Post: #1
[Solved (fix in progress)] double integration of sqrt(x+y) for x and y fails
Please try the following:
int(int((x+y)^(1/2), x, 0, 1),y,0,1)

This fails with this message:
"Warning: unable to find taylorx63 integer solutions for taylorx63>=-1 and <=0, answer may be wrong. If you are computing an integral with exact boundaries, replace by approx. boundaries
[undef}
Unable to find singular points of antiderivative"

I tried to do replace the boundaries with approx values (0.0 and 1.0) as suggested in the warning, but this did not help.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
[Solved (fix in progress)] double integration of sqrt(x+y) for x and y fails - Stefan - 01-26-2014 10:45 PM



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