summaryrefslogtreecommitdiff
path: root/3756/CH1/EX1.23/Ex1_23.sce
diff options
context:
space:
mode:
Diffstat (limited to '3756/CH1/EX1.23/Ex1_23.sce')
-rw-r--r--3756/CH1/EX1.23/Ex1_23.sce15
1 files changed, 15 insertions, 0 deletions
diff --git a/3756/CH1/EX1.23/Ex1_23.sce b/3756/CH1/EX1.23/Ex1_23.sce
new file mode 100644
index 000000000..b3104e941
--- /dev/null
+++ b/3756/CH1/EX1.23/Ex1_23.sce
@@ -0,0 +1,15 @@
+clc
+//
+//
+//
+
+//Variable declaration
+n=59 //no. of ring
+lambdaa=6*10**-7 //Wavelength
+R=0.9 //Radius
+
+//Calculations
+D59=sqrt(4*R*n*lambdaa)*10**2
+
+//Result
+printf("\n The Diameter of the nth dark ring is %0.3f cm",D59)