Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Need this question answered in python. Science P5.35 Electric wire, like that in the photo, is a cylindrical conductor covered by an insulat- ing material.

image text in transcribed Need this question answered in python.

Science P5.35 Electric wire, like that in the photo, is a cylindrical conductor covered by an insulat- ing material. The resistance of a piece of wire is given by the formula where p is the resistivity of the conductor, and L, A, and d are the length, cross- sectional area, and diameter of the wire. The resistivity of copper is 1.678 10-8 m. The wire diameter, d, is commonly specified by the American wire gauge (AWG), which is an integer, n. The diameter of an AWGn wire is given by the formula 36-n d= 0.1279239 mm Write a function def diameter(wireGauge) that accepts the wire gauge and returns the corresponding wire diameter. Write def copperwireResistance(length, wireGauge) that accepts the length and gauge of a piece of copper wire and returns the resistance of that wire. The resistivity of aluminum is 2.82 10-"(2 m. Write a third function def aluminumwireResistance(length, wireGauge) that accepts the length and gauge of a piece of aluminum wire and returns the resistance of that wire. Write a program to test these functions

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Spatial Database Systems Design Implementation And Project Management

Authors: Albert K.W. Yeung, G. Brent Hall

1st Edition

1402053932, 978-1402053931

More Books

Students also viewed these Databases questions

Question

=+3. What legal issues face those who provide references?

Answered: 1 week ago

Question

What is focal length? Explain with a diagram and give an example.

Answered: 1 week ago

Question

What is physics and how does it apply in daily life?

Answered: 1 week ago