summaryrefslogtreecommitdiff
path: root/2780/CH12/EX12.11/Ex12_11.sce
diff options
context:
space:
mode:
Diffstat (limited to '2780/CH12/EX12.11/Ex12_11.sce')
-rwxr-xr-x2780/CH12/EX12.11/Ex12_11.sce7
1 files changed, 7 insertions, 0 deletions
diff --git a/2780/CH12/EX12.11/Ex12_11.sce b/2780/CH12/EX12.11/Ex12_11.sce
new file mode 100755
index 000000000..520fe1f7e
--- /dev/null
+++ b/2780/CH12/EX12.11/Ex12_11.sce
@@ -0,0 +1,7 @@
+clc
+//to calculate skin depth
+f=10^8 //frequency
+sigma=3*10^7 //conductivity of the medium
+muo=4*%pi*10^-7 //permeability of free space
+del=sqrt(2/(2*%pi*f*sigma*muo))
+disp("skin depth is del="+string(del)+"m")