Definite Integration Demo

Enter a definite integeral to compute in the form

defint(sin(x)/x , x, 0, inf);
or defint(x^2+1, x, 0, 2);

You can use INF (+ infinity) or MINF (- infinity) also.



By copy-paste, enter the code in the above box to Maxima Online to see the live demo.


| Back to Demos |