summaryrefslogtreecommitdiff
path: root/3014/CH7/EX7.9/Ex7_9.sce
diff options
context:
space:
mode:
Diffstat (limited to '3014/CH7/EX7.9/Ex7_9.sce')
-rwxr-xr-x3014/CH7/EX7.9/Ex7_9.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/3014/CH7/EX7.9/Ex7_9.sce b/3014/CH7/EX7.9/Ex7_9.sce
new file mode 100755
index 000000000..04c29812e
--- /dev/null
+++ b/3014/CH7/EX7.9/Ex7_9.sce
@@ -0,0 +1,12 @@
+
+
+clc
+//Given that
+mu_0 = 4*%pi*1e-7 // Permeability of free space
+mu = mu_0 //Permeability of silver
+sigma = 3e7 // conductivity in mhos/m
+f = 1e10 // frequency in Hz
+printf("Example 7.9")
+delta = sqrt(1/(%pi*sigma*f*mu)) // Calculation of skin depth penetration
+printf("\n Skin depth penetration is %f micrometre. \n\n\n",delta*1e6)
+// Answer in book is 0.93 micrometer