The Museum of HP Calculators

Curve Fitting for the HP-95C

This program is Copyright © 1977 by Hewlett-Packard Company and is used here by permission. It was originally printed in the HP-95C Applications book. This program was entered by André Wilhelmus and the curator added comments from the HP manual.

This program is supplied without representation or warranty of any kind. André Wilhelmus, Hewlett-Packard and The Museum of HP Calculators therefore assume no responsibility and shall have no liability, consequential or otherwise, of any kind arising from the use of this program material or any part thereof.

Program Listing

CODE KEYS
A-000    lbl A f LBL A
A-001    62 13 g CLEAR Σ Clear.
b-000    lbl b f LBL B - - - - - - - - - - - -
b-001       11 x⇔y Exponential.
b-002    61  4 f LN
b-003       11 x⇔y
b-004       67 Σ+
b-005    61 53 f RTN
b-006 61 63  1 f LBL 1 - - - - - - - - - - - -
b-007    61 66 f L.R.
b-008    62  4 g ex
b-009       14 PRINT x
b-010       11 x⇔y a
b-011       14 PRINT x
b-012    61 53 f RTN b
b-013 61 63  2 f LBL 2 - - - - - - - - - - - -
b-014    61 66 f L.R.
b-015       11 x⇔y
b-016    62  3 g s
b-017    61  0 f LAST x
b-018       39 ×
b-019       11 x⇔y
b-020       24 ÷
b-021       42 r2
b-022    61 53 f RTN - - - - - - - - - - - -
b-023 61 63  3 f LBL 3
b-024    62 66 g ŷ x → y
b-025    62  4 g ex
b-026    61 53 f RTN - - - - - - - - - - - -
b-027 61 63  4 f LBL 4
b-028    61 66 f L.R. y → x
b-029    61  0 f LAST x
b-030    61  4 f LN
b-031       11 x⇔y
b-032       49
b-033       11 x⇔y
b-034       24 ÷
b-035    61 53 f RTN - - - - - - - - - - - -
C-000    lbl C f LBL C Logarithmic.
C-001    61  4 f LN
C-002       67 Σ+
C-003    61 53 f RTN - - - - - - - - - - - -
C-004 61 63  1 f LBL 1
C-005    61 66 f L.R. a
C-006       14 PRINT x
C-007       11 x⇔y b
C-008       14 PRINT x - - - - - - - - - - - -
C-009    61 53 f RTN
C-010 61 63  2 f LBL 2
C-011    61 66 f L.R.
C-012       11 x⇔y
C-013    62  3 g s
C-014    61  0 f LAST x
C-015       39 ×
C-016       11 x⇔y
C-017       24 ÷
C-018       42 r2
C-019    61 53 f RTN - - - - - - - - - - - -
C-020 61 63  3 f LBL 3
C-021    61  4 f LN x → y
C-022    62 66 g ŷ
C-023    61 53 f RTN - - - - - - - - - - - -
C-024 61 63  4 f LBL 4
C-025    61 66 f L.R. y → x
C-026    61  0 f LAST x
C-027       11 x⇔y
C-028       49
C-029       11 x⇔y
C-030       24 ÷
C-031    62  4 g ex
d-000    lbl d f LBL D - - - - - - - - - - - -
d-001    61  4 f LN Power.
d-002       11 x⇔y
d-003    61  4 f LN
d-004       11 x⇔y
d-005       67 Σ+
d-006    61 53 f RTN - - - - - - - - - - - -
d-007 61 63  1 f LBL 1
d-008    61 66 f L.R.
d-009    62  4 g ex a
d-010       14 PRINT x
d-011       11 x⇔y b
d-012       14 PRINT x - - - - - - - - - - - -
d-013    61 53 f RTN
d-014 61 63  2 f LBL 2
d-015    61 66 f L.R.
d-016       11 x⇔y
d-017    62  3 g s
d-018    61  0 f LAST x
d-019       39 ×
d-020       11 x⇔y
d-021       24 ÷
d-022       42 r2
d-023    61 53 f RTN - - - - - - - - - - - -
d-024 61 63  3 f LBL 3 x → y
d-025    61  4 f LN
d-026    62 66 g ŷ
d-027    62  4 g ex
d-028    61 53 f RTN - - - - - - - - - - - -
d-029 61 63  4 f LBL 4 y → x
d-030    61  4 f LN
d-031       12 R↓
d-032    61 66 f L.R.

Go back to the HP-95C software library
Go back to the general software library
Go back to the main exhibit hall