Question: Write a function named Resistance() that will: . return the resistance, R, of a copper wire e the arguments will be length, L, and diameter,
Write a function named Resistance() that will: . return the resistance, R, of a copper wire e the arguments will be length, L, and diameter, D, both in meters e the function should be able to handle L and D as vector quantities Use the algorithm the R pLIA 1.72 x 10-8 ohm-m o Api D214 Write a script that will: . ask the user for Length and Diameter run the function for resistance above neatly print a sentence that will show the parameters entered by the users and the resistance calculated. If parameters are entered as vectors, have the print be the first element of each vector and the related resistance
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
