ubsuny / CP1-24-HW3

Homework 3 template for CP1-24
1 stars 16 forks source link

My task #66

Closed haiderabbas007 closed 6 days ago

haiderabbas007 commented 6 days ago

I have chosen 'EM waves in a conductor' for this HW. I will create a console program that will take wavelength values and metal names from the user. The program will then use the input to execute code to compute some essential quantities like skin depth, characteristic time, attenuation constant, wavenumber, and phase shift. I will use the lambda function, map( ), filter( ), and list comprehensions in my code. A markdown file will be created explaining the theory behind the code, and a separate unit test file will be generated to verify that the code is working correctly. Please try my interactive program!