A small and simple newton root finder program. It is reasonably fast, and halts execution if it doesn't find the root to your accuracy after 20 calculations.
Works exactly the same as the built in integration (via stack). Takes the lower limit, upper limit, equation, and number of iterations and returns the working matrix, the sum, and the answer.