HP Prime for All
English
Русский
News
Hardware
Articles
Docs
HP Apps
Software
Docs
:
Commands
:
crationalroot
Syntax
crationalroot(Poly(P))
Description
Returns the list of complex rational roots of P without indicating the multiplicity.
Example
crationalroot(2*x^3+(-5-7*i)*x^2+(-4+14*i)*x+8-4*i) returns [(3+i)/2,2*i,1+i]
crationalroot — Discussion
↑Back to top