Articles or book(s) about the functions behind a scientific calculator
|
11-25-2018, 06:57 PM
Post: #29
|
|||
|
|||
RE: Articles or book(s) about the functions behind a scientific calculator
(11-25-2018 06:11 AM)Dan Wrote: Also looking to write an editor for entering equations for the solver and for graph sketching, e.g. typing x^2 + 1 results in ENTER 2 ^ 1 + . On the HP-48 you can install examples by executing the TEACH command. They are installed in a new directory EXAMPLES. Further down in PRGS is a program →RPN that allows to translate algebraic expressions to RPN. Example: 'X^2+1' →RPN { X 2 ^ 1 + } And then there's the AECROM module for the HP-41 that allows to generate program code based on an equation: Example: PROG EXAMPLE ENTER:FORMULA X↑2+1 R/S ENTER:LBL,CONS X . .= R/S ANS= R/S PROGRAMMING. . PACKING RUN SIZE>=01 This results in the following program: Code: LBL "EXAMPLE" How cool is that? Cheers Thomas |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 5 Guest(s)