summaryrefslogtreecommitdiff
path: root/2780/CH2/EX2.10/Ex2_10.sce
diff options
context:
space:
mode:
Diffstat (limited to '2780/CH2/EX2.10/Ex2_10.sce')
-rwxr-xr-x2780/CH2/EX2.10/Ex2_10.sce7
1 files changed, 7 insertions, 0 deletions
diff --git a/2780/CH2/EX2.10/Ex2_10.sce b/2780/CH2/EX2.10/Ex2_10.sce
new file mode 100755
index 000000000..5e1c4a42f
--- /dev/null
+++ b/2780/CH2/EX2.10/Ex2_10.sce
@@ -0,0 +1,7 @@
+clc
+//to calculate thickness of glass plate
+n=3
+mu=1.5 //refractive index (unitless)
+lambda=5450*10^-10 //wavelength in m
+t=n*lambda/(mu-1)
+disp("the thickness of glass plate is t="+string(t)+"m")