Curves in F#

Basic Polynomials

Illustrates the basic use of the Polynomial class .

Show code.

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.

Chebyshev Series

Illustrates the basic use of the ChebyshevSeries class .

Show code.