summaryrefslogtreecommitdiff
path: root/3869/CH1/EX1.46
diff options
context:
space:
mode:
Diffstat (limited to '3869/CH1/EX1.46')
-rw-r--r--3869/CH1/EX1.46/Ex1_46.sce16
1 files changed, 16 insertions, 0 deletions
diff --git a/3869/CH1/EX1.46/Ex1_46.sce b/3869/CH1/EX1.46/Ex1_46.sce
new file mode 100644
index 000000000..e5fc30b16
--- /dev/null
+++ b/3869/CH1/EX1.46/Ex1_46.sce
@@ -0,0 +1,16 @@
+clear
+//
+//
+//
+
+//Variable declaration
+lamda=6000*10**-8 //wavelength(cm)
+n=1
+mew=1.5 //refractive index
+r=50*%pi/180 //angle of refraction(radian)
+
+//Calculation
+t=n*lamda/(2*mew*cos(r)) //least thickness of glass plate(cm)
+
+//Result
+printf("\n least thickness of glass plate is %0.2f *10**-5 cm",t*10**5)