HP Prime for All
English
Русский
News
Hardware
Articles
Docs
HP Apps
Software
Docs
:
Commands
:
pcoeff
Syntax
pcoeff(Vect)
Description
Returns the polynomial coefficients having the roots specified in the vector Vect.
Example
pcoeff([1,0,0,0,1]) returns poly1[1,-2,1,0,0,0]
pcoeff — Discussion
↑Back to top