HP Prime for All
English
Русский
News
Hardware
Articles
Docs
HP Apps
Software
Docs
:
Commands
:
fsolve
Syntax
fsolve(Expr,Var,[Guess or Interval],[Method])
Description
Numerical solution of an equation or a system of equations.
Example
fsolve(cos(x)=x,x,-1..1) returns [0.739085133215]
fsolve — Discussion
↑Back to top