polynomial_multiply


polynomial_multiply, a MATLAB code which computes the product of two polynomials.

A polynomial p(x) of degree n is represented by a list of n+1 coefficients, so that p(x) = c(1) + c(2) x + c(3) x^2 + ... + c(n+1) x^(n+1)

Licensing:

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

Languages:

polynomial_multiply is available in a MATLAB version.

Related Data and Programs:

polynomial_multiply_test

combo, a MATLAB code which includes routines for ranking, unranking, enumerating and randomly selecting balanced sequences, cycles, graphs, Gray codes, subsets, partitions, permutations, restricted growth functions, Pruefer codes and trees.

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.

r8poly, a MATLAB code which contains a number of utilities for polynomials with R8 coefficients, that is, using double precision or 64 bit real arithmetic.

subset, a MATLAB code which enumerates, generates, ranks and unranks combinatorial objects including combinations, compositions, Gray codes, index sets, partitions, permutations, subsets, and Young tables.

Source Code:


Last modified on 22 October 2022.