diff options
Diffstat (limited to '3769/CH24/EX24.13/Ex24_13.sce')
-rw-r--r-- | 3769/CH24/EX24.13/Ex24_13.sce | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/3769/CH24/EX24.13/Ex24_13.sce b/3769/CH24/EX24.13/Ex24_13.sce new file mode 100644 index 000000000..d4677fbee --- /dev/null +++ b/3769/CH24/EX24.13/Ex24_13.sce @@ -0,0 +1,14 @@ +clear +//Given +n=1.0 +h=6.62*10**-34 +c=3*10**8 +f=1.6*10**-19 +Z=2 + +//Calculation +E1=(-13.6*Z**2)/n**2 +l=-(h*c)/(E1*f) + +//Result +printf("\n Minimum wavelength is %0.0f A",l*10**10) |