Resultant matrix Computes the resultant matrix (Sylvester matrix) of two univariate polynomials. Syntax resultant_matrix(Polynomial, Polynomial) resultant_matrix(Polynomial, Polynomial, Identifier | List) Description resultant_matrix(Polynomial, Polynomial) Given two univariate polynomials and , compute its resultant matrix. resultant_matrix(Polynomial, Polynomial, Identifier | List) Given two polynomials and and an identifier or list with the variables, compute its resultant matrix when collecting with respect to such variables. Related functions Table of Contents Syntax Description Related functions