Riemann Sums 1
Define the function f(1). Then use trap(b,a,n) to find the area under the function between a and b with n divisions using the trapezoidal rule. The function lrs(b,a,n) uses the lefthand rule, rrs(b,a,n) uses the righthand rule and sr(b,a,n) uses Simpson's Rule. How cool is that!