Eric,
I have a very simple program if you're just trying to do a linear inperpolation with known points. Me personally, I like the easier functions you can use to program in the HP 33s. I hope this is what you're looking for.
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.
Sincerely,
Vense Phonesouphan
Curtainwall Application/Design, BSCE
vense_phone@yahoo.com
Edited: 17 Apr 2006, 9:08 a.m.