summaryrefslogtreecommitdiff
path: root/3753/CH2/EX2.4/Ex2_4.sce
diff options
context:
space:
mode:
Diffstat (limited to '3753/CH2/EX2.4/Ex2_4.sce')
-rw-r--r--3753/CH2/EX2.4/Ex2_4.sce15
1 files changed, 15 insertions, 0 deletions
diff --git a/3753/CH2/EX2.4/Ex2_4.sce b/3753/CH2/EX2.4/Ex2_4.sce
new file mode 100644
index 000000000..5915f4a3a
--- /dev/null
+++ b/3753/CH2/EX2.4/Ex2_4.sce
@@ -0,0 +1,15 @@
+//Example number 2.4, Page number 2.33
+
+
+clc;clear;close
+
+// Variable declaration
+lamda=5000*10**-10 // in m
+mu_0=1.5533 // unitless
+mu_1=1.5442// unitless
+
+// Calculations
+t=lamda/(2*(mu_0 - mu_1)) // in m
+
+// Result
+printf("Thickness,t=%0.2f micro m",(t*10**6))