ubsuny / CP1-24-HW3

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

EM Waves In Conductor Program #65

Open haiderabbas007 opened 6 days ago

haiderabbas007 commented 6 days ago

This folder contains three files.

1) Markdown file containing the theory behind EM waves in conductors, and the definitions of the physical quantities that are used in the program. 2) The main python script that contains code for a console program that takes input from the user regarding the free space wavelength and metal name and outputs electromagnetic properties like skin depth, characteristic time, etc. 3) Unit test file that contains unit tests for verifying that the functions in the main python file are indeed working correctly.