MATLAB: Working a definite integral

integralintegration

Hi, I would like to work the following definite integral using matlab;
Any ideas please?
Thanks!

Best Answer

syms x
vpaintegral(1/sqrt(1-x^2)*(x^2+1.1202*x+0.2132),[-1,0])
Related Question