Post Reply 
(11C) Generate Pair of Parallel Resistors
10-27-2018, 06:00 AM
Post: #2
RE: (11C) Generate Pair of Parallel Resistors
Program use for total up even numbers of the "Same Resistors Value" in Parallel.

Procedure:

Resistor Value [ENTER] even number of resistors [A]

Example:

What is the total of 3 pair of 15 ohm Restistors in Parallel?

15 ENTER 6 [A]

Answer: 2.5 ohm

-----------------------------------------------------------------
Program:
Code:

LBL A
STO 7
Rv
1/x
STO 1
----------------------------
LBL 1
STO 2
1/x
STO 5
1
STO+6
RCL 6
RCL 7
X=Y
GTO 2
RCL 1
RCL 2
+
GTO 1
----------------------------
LBL 2
0
STO 6
RCL 5
RTN

Gamo
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: (11C) Generate Pair of Parallel Resistors - Gamo - 10-27-2018 06:00 AM



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