summaryrefslogtreecommitdiff
path: root/3828/CH1/EX1.15/Ex1_15.sce
diff options
context:
space:
mode:
Diffstat (limited to '3828/CH1/EX1.15/Ex1_15.sce')
-rw-r--r--3828/CH1/EX1.15/Ex1_15.sce16
1 files changed, 16 insertions, 0 deletions
diff --git a/3828/CH1/EX1.15/Ex1_15.sce b/3828/CH1/EX1.15/Ex1_15.sce
new file mode 100644
index 000000000..858a239e5
--- /dev/null
+++ b/3828/CH1/EX1.15/Ex1_15.sce
@@ -0,0 +1,16 @@
+//Chapter 1 : Wave Optics
+
+clear;
+
+//Variable declaration
+myu=4/3
+Dn=0.5 //diameter of 10th ring
+lamda=6*10**-5
+n=10
+
+//Calculation
+R=(myu*Dn**2)/(4*n*lamda)
+
+//Result
+mprintf("Radius of curvature= %.0f cm",R)
+