summaryrefslogtreecommitdiff
path: root/3828/CH1/EX1.2/Ex1_2.sce
diff options
context:
space:
mode:
Diffstat (limited to '3828/CH1/EX1.2/Ex1_2.sce')
-rw-r--r--3828/CH1/EX1.2/Ex1_2.sce15
1 files changed, 15 insertions, 0 deletions
diff --git a/3828/CH1/EX1.2/Ex1_2.sce b/3828/CH1/EX1.2/Ex1_2.sce
new file mode 100644
index 000000000..c468a4a8b
--- /dev/null
+++ b/3828/CH1/EX1.2/Ex1_2.sce
@@ -0,0 +1,15 @@
+//Chapter 1 : Wave Optics
+
+clear;
+
+//Variable declaration
+lamda=5893*10**-8 //wavelength
+myu=1.55 //refractive index
+n=10 //order of the fringe
+
+//Calculations
+t=(lamda*n)/(myu-1)/(10**-3)*10**3
+
+//Result
+mprintf("Thickness of sheet= %.2f*10**-8 cm",t)
+