diff options
Diffstat (limited to '3756/CH2/EX2.17/Ex2_17.sce')
-rw-r--r-- | 3756/CH2/EX2.17/Ex2_17.sce | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/3756/CH2/EX2.17/Ex2_17.sce b/3756/CH2/EX2.17/Ex2_17.sce new file mode 100644 index 000000000..b40500fa9 --- /dev/null +++ b/3756/CH2/EX2.17/Ex2_17.sce @@ -0,0 +1,15 @@ +clc +// +// +// + +//Variable declaration +lambdaa=5000*10**-8 //Wavelength +N=40000 //Grating lines +de=12.5*10**-5 //Diffraction element + +//Calculations +RPmax=((de*N)/lambdaa) + +//Result +printf("\n The Maximum resolving power is %i or 10**5",RPmax) |