summaryrefslogtreecommitdiff
path: root/3869/CH1/EX1.23/Ex1_23.sce
diff options
context:
space:
mode:
Diffstat (limited to '3869/CH1/EX1.23/Ex1_23.sce')
-rw-r--r--3869/CH1/EX1.23/Ex1_23.sce15
1 files changed, 15 insertions, 0 deletions
diff --git a/3869/CH1/EX1.23/Ex1_23.sce b/3869/CH1/EX1.23/Ex1_23.sce
new file mode 100644
index 000000000..4b1fa340e
--- /dev/null
+++ b/3869/CH1/EX1.23/Ex1_23.sce
@@ -0,0 +1,15 @@
+clear
+//
+//
+//
+
+//Variable declaration
+lamda=5890*10**-10 //wavelength(m)
+mew=1.5 //refractive index
+r=60*%pi/180 //angle of reflection(radian)
+
+//Calculation
+t=lamda/(2*mew*cos(r)) //required thickness of plate(m)
+
+//Result
+printf("\n required thickness of plate is %0.0f angstrom",t*10**10)