HP Prime for All
English
Русский
News
Hardware
Articles
Docs
HP Apps
Software
Docs
:
Commands
:
cSolve
Syntax
csolve(Eq,Var)
Description
Returns the solutions, including comlex solutions, of Eq, for Var. If Eq is an expression, solves Eq=0.
Example
csolve(x^4=1,x) returns {1,-1,-i,i}
cSolve — Discussion
↑Back to top