HP Prime for All
English
Русский
News
Hardware
Articles
Docs
HP Apps
Software
Docs
:
Commands
:
fcoeff
Syntax
fcoeff(Root1, Oder1, Root2, Order2, ..., Rootn, Ordern)
Description
Returns the polynomial described by a list of roots, each followed by its order.
Example
fcoeff([1,2,0,1,3,-1]) returns ((x-1)^2)*x*(x-3)^-1
fcoeff — Discussion
↑Back to top