Resolve "dummy methods of Lagrange polynomials"
Closes #13 (closed)
Implements the _add, _sub, and _mul methods of the LagrangePoly class. Leaving _eval unimplemented for now as transformation to NewtonPoly for evaluation is inefficient. Implementation of _div and _pow needs more discussion.