Functionality

The basic description of this functionality is detailed here Lagrange Interpolating Polynomials

lagrange_basis_poly()

The Lagrange basis polynomial equations where turned into a function.

interpolate_lagrange()

The interpolation functionality was pushed to a lower level. This allows the user to easily use code to interpolate a polynomial.

The development of these function can be:

  • Viewed remotely on using the jupyter nbviewer.
  • Viewed locally and interacted using IJulia

To do this in julia type:

using IJulia
notebook(dir=Pkg.dir("NLOptControl/examples/LIP/lagrange_basis_poly_dev"))

Examples

These examples can be:

To do this in julia type:

using IJulia
notebook(dir=Pkg.dir("NLOptControl/examples/LIP/"))