summaryrefslogtreecommitdiff
path: root/1172/CH1/EX1.18.2/Example1_18b.sce
diff options
context:
space:
mode:
Diffstat (limited to '1172/CH1/EX1.18.2/Example1_18b.sce')
-rwxr-xr-x1172/CH1/EX1.18.2/Example1_18b.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/1172/CH1/EX1.18.2/Example1_18b.sce b/1172/CH1/EX1.18.2/Example1_18b.sce
new file mode 100755
index 000000000..3470710c2
--- /dev/null
+++ b/1172/CH1/EX1.18.2/Example1_18b.sce
@@ -0,0 +1,10 @@
+clc
+//Given
+lambda=5.9e-5// wavelength of incident light in cm
+n=10// order of ring
+//Sample Problem 18b Page No. 54
+printf("\n # Problem 18b # \n")
+printf(" \n Standard formula used \n 2t = n*lambda \n")
+t=n*lambda/200
+printf(" Thickness of air film is %e m.\n ",t)
+