The Museum of HP Calculators


V Notches and Long Radii for the HP-41C/CV/CX

This program is Copyright © HP and is used here by permission. It was originally printed in the Geometry 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 "VNOTCH"
 02 CF 00
 03 "V NOTCHES, L.R."
 04 AVIEW
 05 STOP
 06 LBL C
 07 SF 00
 08 LBL B
 09 "L?"
 10 PROMPT
 11 X^2
 12 "R?"
 13 PROMPT
 14 2
 15 *
 16 FS? 00
 17 CHS
 18 "H?"
 19 PROMPT
 20 FS?C 00
 21 CHS
 22 STO 00
 23 -
 24 8
 25 *
 26 /
 27 RCL 00
 28 2
 29 /
 30 -
 31 "R"
 32 LBL 11
 33 "|-="
 34 ARCL X
 35 AVIEW
 36 STOP
 37 RTN
 38 LBL A
 39 "R2?"
 40 PROMPT
 41 STO 00
 42 "R1?"
 43 PROMPT
 44 STO 01
 45 -
 46 "a?"
 47 PROMPT
 48 LASTX
 49 -
 50 STO 02
 51 "b?"
 52 PROMPT
 53 RCL 00
 54 -
 55 -
 56 "c?"
 57 PROMPT
 58 RCL 01
 59 -
 60 STO 03
 61 "d?"
 62 PROMPT
 63 RCL 00
 64 -
 65 -
 66 STO 05
 67 /
 68 ATAN
 69 STO 04
 70 CLX
 71 RCL 05
 72 CHS
 73 RCL 04
 74 COS
 75 /
 76 RCL 00
 77 RCL 01
 78 -
 79 /
 80 1/X
 81 ASIN
 82 STO 05
 83 RCL 04
 84 RCL 01
 85 LASTX
 86 /
 87 P-R
 88 ST- 03
 89 RDN
 90 ST- 02
 91 RCL 04
 92 90
 93 RCL 05
 94 -
 95 +
 96 LASTX
 97 RCL 04
 98 -
 99 "X"
100 RCL 02
101 XEQ 11
102 "Y"
103 RCL 03
104 XEQ 11
105 "ALPHA"
106 RCL T
107 XEQ 11
108 "BETA"
109 RCL T
110 XEQ 11
111 END

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