Help in programming integration with HP-32SII
|
06-02-2023, 01:49 AM
(This post was last modified: 06-02-2023 01:57 AM by Namir.)
Post: #3
|
|||
|
|||
RE: Help in programming integration with HP-32SII
To integrate say f(x)=1/x between A and B (stored in registers A and B), use the following code
Code:
LBL B has the EQUATION INV(X) (entered using the EQN feature in program mode). The step FN= B (you press the FN= and then press RCL B) tells the machine that the function to be integrated is in LBL B. The step <integral symbol> FN d X (you press the integral symbol and then RCL X) involves the integration using variable X which also appears in the equation INV(X) located after LBL B. The limits of the integration are in the stack, supplied by registers A and B (for the lower and upper integration limits). Namir |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Help in programming integration with HP-32SII - Namir - 06-01-2023, 01:04 PM
RE: Help in programming integration with HP-32SII - grbrum - 06-01-2023, 09:25 PM
RE: Help in programming integration with HP-32SII - Namir - 06-02-2023 01:49 AM
|
User(s) browsing this thread: 2 Guest(s)