9) Definite Integrals

Consider the sampling function

> restart;

> h:=sin(x)/x;

> plot(h,x=0..30);

The integral in the interval (-3,3) is given by

> int(h,x=-2..2);

> evalf(%);