HP Prime for All
English
Русский
News
Hardware
Articles
Docs
HP Apps
Software
Docs
:
Commands
:
sylvester
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
↑Back to top