Post Reply 
[WP-34S] My first integral on this calculator
05-19-2014, 07:40 AM
Post: #2
RE: [WP-34S] My first integral on this calculator
Nice program, just a few comments:
  1. integrate is invoked with [g] [2] not with [h] [2],
  2. you can enter integers up to 255 as constants, this will save a few steps,
  3. also to follow the 42s program example you can store the “J” and “G” values in registers (for ex. A & B) instead of hardcoding them in the program, this should save some execution time:

Code:
001 LBL"TOR"
002 #013
003 x
004 8
005 +
006 x
007 #015
008 +
009 x
010 9 
011 +
012 x 
013 6
014 +
015 RCL/ A
016 RCL/ B
017 RTN

Launch :
  • 7.9521 EEX 8 +/- STO A
  • 83 EEX 9 STO B
  • 0 ENTER 2
  • g 2 “TOR”
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: [WP-34S] My first integral on this calculator - Didier Lachieze - 05-19-2014 07:40 AM



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