polynomial_multiply


polynomial_multiply, an Octave 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)

Licensing:

The information on this web page is distributed under the MIT license.

Languages:

polynomial_multiply is available in a MATLAB version and an Octave version and a Python version.

Related Data and Programs:

polynomial_multiply_test

change_polynomial, an Octave code which uses a polynomial multiplication algorithm to count the ways of making various sums using a given number of coins.

combo, an Octave 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.

polynomial_resultant, an Octave code which computes the resultant R of univariate polynomials P and Q.

subset, an Octave 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.