diff options
Diffstat (limited to '3828/CH1/EX1.12/Ex1_12.sce')
-rw-r--r-- | 3828/CH1/EX1.12/Ex1_12.sce | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/3828/CH1/EX1.12/Ex1_12.sce b/3828/CH1/EX1.12/Ex1_12.sce new file mode 100644 index 000000000..9a1e9ef14 --- /dev/null +++ b/3828/CH1/EX1.12/Ex1_12.sce @@ -0,0 +1,15 @@ +//Chapter 1 : Wave Optics + +clear; + +//Variable declaration +Dm=0.50 //diameter of ring 1 +lamda=5900*10**-8 //wavelenght +m=10 + +//Calculation +R=(Dm**2)/(4*lamda*m)/10**2*10**2 + +//Result +mprintf("Radius of curvature= %.2f cms",R) + |