The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 795 - File: showthread.php PHP 7.4.33 (FreeBSD)
File Line Function
/showthread.php 795 errorHandler->error





Post Reply 
(15C) Parallel Resistance, two resistors
08-23-2023, 11:52 PM
Post: #1
(15C) Parallel Resistance, two resistors
An excerpt from EDN magazine, HP-15 program needs fewest strokes, Jon Vicklund, 11/OCT/1990, page 242.

"The program in LISTING 1 takes advantage of a Hewlett-Packard RPN calculator's stack operators to calculate the parallel resistance of two resistors using a minimum number of keystrokes.

Listing 1―Minimal-keystroke parallel-resistance
              calculation for HP-15 calculator

R1                            ; R1 value
ENTER↑ ENTER↑         ; press enter twice
R2                            ; R2 value
ENTER↑                     ; enter
R↓                            ; roll down
+                             ; add
X↔Y                         ;interchange X, Y
÷                             ; divide Y by X
÷                             ; divide Y by X
Display = REQ"

BEST!
SlideRule
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
(15C) Parallel Resistance, two resistors - SlideRule - 08-23-2023 11:52 PM



User(s) browsing this thread: 5 Guest(s)