r8poly


r8poly, an Octave code which operates on polynomials, including evaluation, differentiation, integration, multiplication, synthetic division, shifting the base, computing a power, taking the norm. It also defines Chebyshev, Lagrange and Legendre polynomials.

Licensing:

The computer code and data files made available on this web page are distributed under the MIT license

Languages:

r8poly is available in a C++ version and a C version and a Fortran90 version and a MATLAB version and an Octave version and a Python version.

Related Data and Programs:

r8poly_test

legendre_product_polynomial, an Octave code which defines Legendre product polynomials, creating a multivariate polynomial as the product of univariate Legendre polynomials.

monomial, an Octave code which enumerates, lists, ranks, unranks and randomizes multivariate monomials in a space of M dimensions, with total degree less than N, equal to N, or lying within a given range.

polynomial, an Octave code which adds, multiplies, differentiates, evaluates and prints multivariate polynomials in a space of M dimensions.

polynomial_multiply, an Octave code which multiplies two polynomials p(x) and q(x).

Source Code:


Last revised on 18 May 2023.