Symbolic Math Toolbox Explicit integral

Hi having a bug with symbolic calculation. If you would be happy to help
int(sym('1/sqrt((x-a)*(x-b)*(x-c)*(x-d)*(x-e)*(x-f))'))
returns
Warning: Explicit integral could not be found.
p.s:sorry my English

 Accepted Answer

There is no explicit integral for that, at least not with respect to x.

3 Comments

Do not take this integral?
There is no analytic solution for the integral. If you have all of the values a, b, c, d, e, and f, then you could do a numeric integration.
thank you very much

Sign in to comment.

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!