Post Reply 
HP50g Using library functions in programs
12-05-2019, 10:36 PM
Post: #6
RE: HP50g Using library functions in programs
(12-05-2019 07:32 PM)erazor Wrote:  How do I need to formulate the program so I can use it with the numeric solver like the formula? The Num.solv lets load me the program but doesn't work otherwise and I found nothing in the manual about this.

Supposing that you saved your user-defined function (program) under the name 'CLONZ', just run any of the 50g's solvers on the equation 'N=CLONZ(G,W)'. I just tried it, and it's very slow but it works. Hint: Immediately after pressing the SOLVE key, press any other key, and the 50g solver will display each iteration at the stop of the screen, which lets you watch as it converges on the solution. Since LongFloat's accuracy is controllable, be sure to set DIGITS as small as possible to speed up the process.

Example: If N=1500, and G=153, the 50g's solver says that W=.991816725459

<0|ΙΈ|0>
-Joe-
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: HP50g Using library functions in programs - Joe Horn - 12-05-2019 10:36 PM



User(s) browsing this thread: 1 Guest(s)