Curves in IronPython
Basic Polynomials
Illustrates the basic use of the Polynomial class .
Advanced Polynomials
Illustrates more advanced uses of the Polynomial class, including real and complex root finding, calculating least squares polynomials and polynomial arithmetic.
Chebyshev Series
Illustrates the basic use of the ChebyshevSeries class .