diff options
Diffstat (limited to '3769/CH24/EX24.23/Ex24_23.sce')
-rw-r--r-- | 3769/CH24/EX24.23/Ex24_23.sce | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/3769/CH24/EX24.23/Ex24_23.sce b/3769/CH24/EX24.23/Ex24_23.sce new file mode 100644 index 000000000..0d1463b6b --- /dev/null +++ b/3769/CH24/EX24.23/Ex24_23.sce @@ -0,0 +1,12 @@ +clear +//Given +Rh=1.097*10**7 +n2=4.0 +n1=3.0 + +//Calculation +lm=1/(Rh*(1/n1**2-1/n2**2)) +lm1=9/Rh + +//Result +printf("\n Wavelength is %0.1f nm. This wavelength is in infrared part",lm1*10**9) |