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.
CODE | KEYS | |
---|---|---|
A-000 lbl A | f LBL A | |
A-001 61 63 1 | f LBL 1 | y1 , x1 input |
A-002 62 6 | g →P | |
A-003 11 | x⇔y | - - - - - - - - - - - - |
A-004 61 63 2 | f LBL 2 | Input θ1 |
A-005 1 | 1 | |
A-006 61 6 | f →R | and store |
A-007 35 0 | STO 0 | |
A-008 11 | x⇔y | sin θ1 , cos θ1 |
A-009 35 1 | STO 1 | |
A-010 64 | R/S | - - - - - - - - - - - - |
A-011 61 63 3 | f LBL 3 | y2 , x2 input |
A-012 62 6 | g →P | |
A-013 11 | x⇔y | - - - - - - - - - - - - |
A-014 61 63 4 | f LBL 4 | |
A-015 1 | 1 | Input θ2 |
A-016 61 6 | f →R | |
A-017 35 2 | STO 2 | and store |
A-018 11 | x⇔y | |
A-019 35 3 | STO 3 | sin θ2 , cos θ2 |
A-020 64 | R/S | - - - - - - - - - - - - |
A-021 61 63 5 | f LBL 5 | Input φ and F |
A-022 61 6 | f →R | |
A-023 35 4 | STO 4 | and compute |
A-024 11 | x⇔y | |
A-025 35 5 | STO 5 | reaction forces, |
A-026 45 4 | RCL 4 | |
A-027 45 3 | RCL 3 | |
A-028 39 | × | |
A-029 45 5 | RCL 5 | |
A-030 45 2 | RCL 2 | |
A-031 39 | × | |
A-032 49 | − | |
A-033 45 1 | RCL 1 | |
A-034 45 2 | RCL 2 | |
A-035 39 | × | |
A-036 45 0 | RCL 0 | |
A-037 45 3 | RCL 3 | |
A-038 39 | × | |
A-039 49 | − | |
A-040 24 | ÷ | |
A-041 61 14 | f SPACE | |
A-042 14 | PRINT x | Output R1 |
A-043 61 0 | f LAST x | |
A-044 45 5 | RCL 5 | |
A-045 45 0 | RCL 0 | |
A-046 39 | × | |
A-047 45 4 | RCL 4 | |
A-048 45 1 | RCL 1 | |
A-049 39 | × | |
A-050 49 | − | |
A-051 13 | R↑ | |
A-052 24 | ÷ | |
A-053 14 | PRINT x | Output R2 |
Go back to the HP-95C software library
Go back to the general software library
Go back to the main exhibit hall