The Museum of HP Calculators


Von Karman Analogy for the HP-41C/CV/CX

This program is Copyright © HP and is used here by permission. It was originally printed in the Chemical Engineering Solution Book. This program was entered and uploaded by Tony Duell.

This program is supplied without representation or warranty of any kind. Tony Duell, 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.

Documentation Information (CD or source code)
How to get this Program to your Calculator (via HP-IL, disk, wand, and fingers)
Download Binary (.raw) program for disk or PC HP-IL Card download
Download Hexadecimal (.dat) program for Serial Port download

Program Listing

LINE  KEYS
 01 LBL "ANALOG"
 02 FIX 04
 03 "SC? OR PR?"
 04 PROMPT
 05 STO 03
 06 "ST?"
 07 PROMPT
 08 "KC/V?"
 09 PROMPT
 10 STO 02
 11 "F?"
 12 PROMPT
 13 STO 05
 14 STOP
 15 LBL "ST"
 16 "ST="
 17 GTO B
 18 LBL "KC/V"
 19 "KC/V="
 20 LBL B
 21 0
 22 RCL 05
 23 2
 24 /
 25 STO 06
 26 XEQ D
 27 /
 28 STO 02
 29 GTO d
 30 LBL F
 31 "F="
 32 RCL 05
 33 RCL 02
 34 RCL 03
 35 2
 36 ENTER
 37 3
 38 /
 39 Y^X
 40 *
 41 STO 06
 42 LBL 01
 43 XEQ D
 44 RCL 02
 45 *
 46 STO 04
 47 RCL 06
 48 X<>Y
 49 -
 50 RCL 04
 51 RCL 02
 52 -
 53 RCL 06
 54 /
 55 2
 56 /
 57 1
 58 -
 59 /
 60 +
 61 STO 06
 62 -
 63 ABS
 64 1 E-8
 65 X<=Y?
 66 GTO 01
 67 RCL 06
 68 2
 69 *
 70 STO 05
 71 GTO d
 72 LBL D
 73 RCL 06
 74 RCL 03
 75 1
 76 -
 77 ENTER
 78 ENTER
 79 5
 80 *
 81 6
 82 /
 83 1
 84 +
 85 LN
 86 +
 87 STO 08
 88 X<>Y
 89 SQRT
 90 *
 91 5
 92 *
 93 1
 94 +
 95 RTN
 96 LBL d
 97 ARCL X
 98 AVIEW
 99 STOP
100 END

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