summaryrefslogtreecommitdiff
path: root/3756/CH1/EX1.7/Ex1_7.sce
diff options
context:
space:
mode:
Diffstat (limited to '3756/CH1/EX1.7/Ex1_7.sce')
-rw-r--r--3756/CH1/EX1.7/Ex1_7.sce20
1 files changed, 20 insertions, 0 deletions
diff --git a/3756/CH1/EX1.7/Ex1_7.sce b/3756/CH1/EX1.7/Ex1_7.sce
new file mode 100644
index 000000000..311694357
--- /dev/null
+++ b/3756/CH1/EX1.7/Ex1_7.sce
@@ -0,0 +1,20 @@
+clc
+//
+//
+//
+
+//Variable declaration
+D=2 //Distance from screen
+lambdaa=5890*10**-10 //Wavelength
+mu=1.5 //refractive index of glass
+a=0.25 //distance from slit
+Beta=0.2*10**-3 //Fringe width
+
+
+//Calculations
+alpha=(D*lambdaa*180*10**-6)/(2*a*(mu-1)*Beta*3.14)
+A=(180-2*((alpha)))
+
+
+//Result
+printf("\n The Angle of prism at the vertex is is %i deg 17.8 min",A)