r8poly


r8poly, a MATLAB code which operates on real 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 information on this web page is 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, a MATLAB code which defines Legendre product polynomials, creating a multivariate polynomial as the product of univariate Legendre polynomials.

monomial, a MATLAB 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, a MATLAB code which adds, multiplies, differentiates, evaluates and prints multivariate polynomials in a space of M dimensions.

polynomial_multiply, a MATLAB code which multiplies two polynomials p(x) and q(x).

polynomial_resultant, a MATLAB code which computes the resultant R of univariate polynomials P and Q.

Source Code:


Last revised on 24 October 2019.