HP Prime for All
English
Русский
News
Hardware
Articles
Docs
HP Apps
Software
Docs
:
Commands
:
froot
Syntax
froot(RatPoly(F))
Description
Returns the list of roots and poles of F with their mulitiplicity.
Example
froot((x^5-2*x^4+x^3)/(x-3)) returns [0,3,1,2,3,-1]
froot — Discussion
↑Back to top