HP Prime for All

English  Русский 

Syntax

sylvester(Poly,Poly,Var)

Description

Returns the Sylvester matrix of two polynomials

Example

sylvester(x^2-1,x^3-1,x) returns [[1,0,-1,0,0],[0,1,0,-1,0],[0,0,1,0,-1],[1,0,0,-1,0],[0,1,0,0,-1]]

sylvester — Discussion