diff options
Diffstat (limited to '3756/CH1/EX1.24')
-rw-r--r-- | 3756/CH1/EX1.24/Ex1_24.sce | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/3756/CH1/EX1.24/Ex1_24.sce b/3756/CH1/EX1.24/Ex1_24.sce new file mode 100644 index 000000000..1898d0f41 --- /dev/null +++ b/3756/CH1/EX1.24/Ex1_24.sce @@ -0,0 +1,14 @@ +clc +// +// +// + +//Variable declaration +n=20 //no. of ring +lambdaaR=0.0103 //Wavelength*R + +//Calculations +D20=sqrt(4*n*lambdaaR) + +//Result +printf("\n The Diameter of the 20th dark ring is %0.3f cm",D20) |