HP Prime for All
English
Русский
News
Hardware
Articles
Docs
HP Apps
Software
Docs
:
Commands
:
sturmseq
Syntax
sturmseq(Poly,[Var])
Description
Returns the Sturm sequence corresponding to a polynomial or to a rational fraction
Example
sturmseq(x^3-1,x) returns [1,[[1,0,0,-1],[3,0,0],9],1]
sturmseq — Discussion
↑Back to top