Skip to main content

Resultant matrix

Computes the resultant matrix (Sylvester matrix) of two univariate polynomials.

Syntax

resultant_matrix(Polynomial, Polynomial)
resultant_matrix(Polynomial, Polynomial, Identifier | List)

Description

Given two univariate polynomials p and q, compute its resultant matrix.

abstract_algebra.resultant_matrix1.calc.png

Given two polynomials p and q and an identifier or list with the variables, compute its resultant matrix when collecting with respect to such variables.

abstract_algebra.resultant_matrix2.calc.png