summaryrefslogtreecommitdiff
path: root/3869/CH1/EX1.32/Ex1_32.sce
diff options
context:
space:
mode:
Diffstat (limited to '3869/CH1/EX1.32/Ex1_32.sce')
-rw-r--r--3869/CH1/EX1.32/Ex1_32.sce15
1 files changed, 15 insertions, 0 deletions
diff --git a/3869/CH1/EX1.32/Ex1_32.sce b/3869/CH1/EX1.32/Ex1_32.sce
new file mode 100644
index 000000000..5ec81f21d
--- /dev/null
+++ b/3869/CH1/EX1.32/Ex1_32.sce
@@ -0,0 +1,15 @@
+clear
+//
+//
+//
+
+//Variable declaration
+D10=0.5*10**-2 //diameter of 10th ring(m)
+n=10
+lamda=5900*10**-10 //wavelength(m)
+
+//Calculation
+R=D10**2/(4*n*lamda) //radius of curvature of lens(m)
+
+//Result
+printf("\n radius of curvature of lens is %0.3f m",R)