HP Prime for All

English  Русский 

Syntax

cZeros(Expr,[Var]) or cZeros(ListExpr, ListVar)

Description

Returns the roots, including complex roots, of Expr (that is, the solution of Xpr=0) or the matrix where the lines are the solutions of the system : Expr1=0,Expr2=0....

Example

cZeros(x^4-1) returns [1,-1, i, -i]

cZeros — Discussion