Trap Documentation
------------------

By David Nurser

Trapezoidal Rule v1.0

Works exactly the same as the built in integration (via stack)
(almost)

Accepts:

1: Lower Limit
2: Upper Limit
3: Equation (variable "X")
4: number of iterations

Produces:
 Output...matrix of working (for exams)
          h, the sum, and the answer
