u are to create a Python program that will determine the total resistance of series and parallel circuits, each with three loads. Your program should first prompt the user to enter the voltages flowing through 3 individual circuits. Your program should then prompt the user for the current flowing through 3 individual circuits. From this information your program should determine the total resistance in a parallel circuit with these three loads and the total resistance in a series circuit with these exact three loads. Your program should use the following three equations: 1) R total= r1+r2+r3 2) R total= 1/ 1/r1+1/r2+1/r3 3) 1=e/r Program Requireme

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question

You are to create a Python program that will determine the total resistance of series and parallel circuits, each with three loads. Your program should first prompt the user to enter the voltages flowing through 3 individual circuits. Your program should then prompt the user for the current flowing through 3 individual circuits. From this information your program should determine the total resistance in a parallel circuit with these three loads and the total resistance in a series circuit with these exact three loads. Your program should use the following three equations:

1) R total= r1+r2+r3

2) R total= 1/      1/r1+1/r2+1/r3

3) 1=e/r

Program Requirements:

 

Develop an algorithm explaining how the program will function. Your algorithm should include an explanation of ALL of the functions you are including in your code and what steps you need to take to complete it.

 

Create a function called resistance() that has two parameters. The first being the voltage in the circuit, the second being the current that is passing through the circuit. Your function should calculate the resistance of this simple circuit.

 

Create a function called parallel_resistance() that has three parameters. Each of the three parameters are different individual resistances. Your function should calculate the total resistance of a parallel circuit.

 

Create a function called series_resistance() that has three parameters. Each of the three parameters are different individual resistances. Your function should calculate the total resistance of a series circuit.

 

Use effective mainline logic to get user input, call the resistance(), parallel_resistance() and series_resistance() functions, and display the final results. 

Notice that all results are rounded to two decimal places for printing. 

Your program should demonstrate your mastery of the style rules we have discussed so far this year including docstrings, and code comments.

Your program should u

 

Expert Solution
steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY