diff options
Diffstat (limited to '3769/CH24/EX24.11/Ex24_11.sce')
-rw-r--r-- | 3769/CH24/EX24.11/Ex24_11.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/3769/CH24/EX24.11/Ex24_11.sce b/3769/CH24/EX24.11/Ex24_11.sce new file mode 100644 index 000000000..71a55fef2 --- /dev/null +++ b/3769/CH24/EX24.11/Ex24_11.sce @@ -0,0 +1,9 @@ +clear +//Given +Rh=1.097*10**7 + +//Calculation +l=4/Rh + +//Result +printf("\n Shortest wavelength is %0.0f A",l*10**10) |