diff options
Diffstat (limited to '3537/CH1/EX1.28')
-rw-r--r-- | 3537/CH1/EX1.28/Ex1_28.sce | 11 | ||||
-rw-r--r-- | 3537/CH1/EX1.28/Ex1_28.txt | 1 |
2 files changed, 12 insertions, 0 deletions
diff --git a/3537/CH1/EX1.28/Ex1_28.sce b/3537/CH1/EX1.28/Ex1_28.sce new file mode 100644 index 000000000..162af1a61 --- /dev/null +++ b/3537/CH1/EX1.28/Ex1_28.sce @@ -0,0 +1,11 @@ +//Example 1_28
+clc();
+clear;
+//To calculate the order of interference of the dark fringe
+u=1.33
+t=1.5*10^-4 //units in cm
+i=60 //units in degrees
+lemda=5*10^-5 //units in cm
+r=asin(sin(60*%pi/180)/u)*180/%pi
+n=(2*u*t*cos(r*%pi/180))/lemda
+printf("The order of interface of the dark fringe is %.0f",n)
diff --git a/3537/CH1/EX1.28/Ex1_28.txt b/3537/CH1/EX1.28/Ex1_28.txt new file mode 100644 index 000000000..2637a8221 --- /dev/null +++ b/3537/CH1/EX1.28/Ex1_28.txt @@ -0,0 +1 @@ +The order of interface of the dark fringe is 6
\ No newline at end of file |