Scot
New member
- Joined
- Oct 18, 2008
- Messages
- 1
- Reaction score
- 0
Can somebody PLEASE give me some direction as to how you can easily perform basic mathematical operations on the HP33S (preferably) or on the TI33 Series, to include Linear Interpolation (of most importance), Quadratics, etc? As you are well aware, we do not have the luxury of consideration of full "elbow grease" to be leveraged on this bad boy - I am taking the Civil PE on Friday.
Work with me here. Please give me something that doesn't involve some crazy algorithm or ridiculous input that will not end up working.
I tried this for the HP33S and wasted my time. Surely there is a straight-forward path.
Type in these keys ---> [green] PRGM [green] LBL X [green] INPUT A [green] INPUT B [green] INPUT C [green] INPUT D [green] INPUT F [purple] EQN (B-A)*(F-D)/(C-A)+D ENTER [purple] RTN (Press C to exit)
Program Displays ---> PRGRM TOP X0001 LBL X (Note: You can choose letter) X0002 INPUT A X0003 INPUT B X0004 INPUT C X0005 INPUT D X0006 INPUT F X0007 (B-A)*(F-D)/(C-A)+D X0008 ENTER X0009 RTN
Press EQN X, Then it'll ask you to input A,B,C,D,F. Press the "R/S" button after input each variable and not the "ENTER" button. The answer should be shown after you input the "F" value.
Um. WTH?
Work with me here. Please give me something that doesn't involve some crazy algorithm or ridiculous input that will not end up working.
I tried this for the HP33S and wasted my time. Surely there is a straight-forward path.
Type in these keys ---> [green] PRGM [green] LBL X [green] INPUT A [green] INPUT B [green] INPUT C [green] INPUT D [green] INPUT F [purple] EQN (B-A)*(F-D)/(C-A)+D ENTER [purple] RTN (Press C to exit)
Program Displays ---> PRGRM TOP X0001 LBL X (Note: You can choose letter) X0002 INPUT A X0003 INPUT B X0004 INPUT C X0005 INPUT D X0006 INPUT F X0007 (B-A)*(F-D)/(C-A)+D X0008 ENTER X0009 RTN
Press EQN X, Then it'll ask you to input A,B,C,D,F. Press the "R/S" button after input each variable and not the "ENTER" button. The answer should be shown after you input the "F" value.
Um. WTH?