Can you calculate Pi using a Solver (on the prime)?
|
12-17-2019, 08:08 AM
(This post was last modified: 12-17-2019 09:25 AM by Stevetuc.)
Post: #1
|
|||
|
|||
Can you calculate Pi using a Solver (on the prime)?
In this thread post #26
https://www.hpmuseum.org/forum/thread-14...#pid125210 Valentin gives a recursive method to solve for Pi using fnroot solver. Valentin Albillo ' Wrote: [...]For instance, if your Solver admits nesting and can use the Gamma function, then this will do:Code for the HP-71B, where FNROOT (Find Root) is the "official" HP-71B's "Solver": Tried this on the prime but it appears that the solver doesnt support recursion Code: EXPORT FVAR:=0; And then at Home screen: Code: FNROOT(FNF(√(FVAR))-(1/2),FVAR,3,4) produces the error Error: Bad Guess(es) I also tried defining FNF as a user function using Define key, changing and omitting initial guesses, but same error. ROOT instead of FNROOT gives Error:No solution found. |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Can you calculate Pi using a Solver (on the prime)? - Stevetuc - 12-17-2019 08:08 AM
RE: Can you calculate Pi using a Solver (on the prime)? - Valentin Albillo - 12-17-2019, 03:54 PM
RE: Can you calculate Pi using a Solver (on the prime)? - Stevetuc - 12-17-2019, 04:16 PM
RE: Can you calculate Pi using a Solver (on the prime)? - Valentin Albillo - 12-18-2019, 03:02 AM
RE: Can you calculate Pi using a Solver (on the prime)? - Stevetuc - 12-18-2019, 05:51 AM
RE: Can you calculate Pi using a Solver (on the prime)? - Albert Chan - 12-18-2019, 01:24 PM
|
User(s) browsing this thread: 1 Guest(s)