HP 10413 Datasheet Page 247

  • Download
  • Add to my manuals
  • Print
  • Page
    / 331
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 246
247
FNROOT(express.,guess)
This function is like a mini version of the Solve
aplet. If you feed it an algebraic expression
and an initial guess it will start from your guess
and find the value which makes the expression
zero. Don’t bother. It’s a lot easier to use the
Solve aplet. This is a tool for programmers so that they can access the Solve
abilities within programs.
You need to tell it what variable to expect in
the expression, in addition to providing it with
an initial guess. If there is only one answer
then any guess will do, but if more than one
solution is possible then more care needs to
be taken with your guess to ensure that it is in
the neighborhood of your desired solution.
Eg. (a) Solve
2
350xx
−=
Use: FNROOT(X
2
-3X-5,X,2)
(b) Solve
3
51
34
dd
−= +
Use: FNROOT(D/3-5-3D/4-1,D,0)
As with Solve, if your expression involves more than one variable then
whatever values are currently in memory are used for the other variables.
See also: QUAD, POLYROOT
FRAC(num)
This function gives the decimal part of any number, discarding the integer
part.
Eg. FRAC(3.45) = 0.45
FRAC(1234.03456) = 0.03456
See also: INT,FLOOR,CEILING,ROUND,TRUNCATE,FRAC
Page view 246
1 2 ... 242 243 244 245 246 247 248 249 250 251 252 ... 330 331

Comments to this Manuals

No comments