Curves in IronPython

Advanced Polynomials

Illustrates more advanced uses of the Polynomial class, including real and complex root finding, calculating least squares polynomials and polynomial arithmetic.

Show code.

Basic Polynomials

Illustrates the basic use of the Polynomial class .

Show code.

Chebyshev Series

Illustrates the basic use of the ChebyshevSeries class .

Show code.