(12C) Resistors in Parallel
|
10-25-2018, 10:18 AM
(This post was last modified: 10-25-2018 10:26 AM by Gamo.)
Post: #1
|
|||
|
|||
(12C) Resistors in Parallel
Program that solve up to "Four Pair" of unequal value of "Resistors in Parallel"
and little add-on program that solve for one unknown out of two parallel resistors from your desire Total. Procedure: 1st Program: All resistors must be "unequal" in value. Store each value from R0 to R7 [R/S] 2nd Program Store R0 for known Total Store R1 for one of the two known resistor. To run first goto line 40 [R/S] ---------------------------------------------------- Example: Program 1: FIX 4 What is the total with 4 resistors in parallel? 50, 65, 120 and 250 50 [STO] 0 65 [STO] 1 120 [STO] 2 250 [STO] 3 [R/S] 20.9565 ------------------------------------------------------ Program 2: FIX 4 1st resistor is 50 and my desire total is 28.2608 What is the 2nd resistor value? 28.2608 [STO] 0 50 [STO] 1 [GTO] 40 [R/S] 64.9996 = 65 Program: Code:
Gamo |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
(12C) Resistors in Parallel - Gamo - 10-25-2018 10:18 AM
RE: (12C) Resistors in Parallel - Albert Chan - 10-25-2018, 12:50 PM
RE: (12C) Resistors in Parallel - Dieter - 10-28-2018, 09:23 AM
RE: (12C) Resistors in Parallel - Thomas Klemm - 10-25-2018, 02:57 PM
RE: (12C) Resistors in Parallel - Gamo - 10-26-2018, 05:01 AM
|
User(s) browsing this thread: 2 Guest(s)