Post Reply 
(11C) Generate Pair of Parallel Resistors
10-27-2018, 10:51 AM
Post: #3
RE: (11C) Generate Pair of Parallel Resistors
(10-27-2018 06:00 AM)Gamo Wrote:  What is the total of 3 pair of 15 ohm Restistors in Parallel?

15 ENTER 6 [A]

Answer: 2.5 ohm

You can improve that program a bit:
Code:
LBL A
÷
RTN

Or then just use the dedicated key: [÷]

Kind regards
Thomas


BTW: Your program doesn't work properly unless the register 6 is initialised to 0.
It doesn't help that you are doing it at the end of the program.
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 - Thomas Klemm - 10-27-2018 10:51 AM



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