Question: intsolve and division by zero

Dear all,

I am trying to solve the following equation:

y(z) = F(z) + int(sqrt(z - sigma)*y(sigma), sigma = 0..z);

intsolve(%, y(z));

But i get the following error: 

Error, (in intsolve) numeric exception: division by zero

My guess would be that there appears a limit in the calculation which exists but is not evaluated properly by Maple. Is it possible to pass this kind of exception (comparable to http://www.maplesoft.com/support/help/errors/view.aspx?path=Error,%20numeric%20exception%3A%20division%20by%20zero)

Thanks and best regards

Ferdinand

Please Wait...