diff options
Diffstat (limited to '1439/CH24/EX24.6/24_6.sce')
-rwxr-xr-x | 1439/CH24/EX24.6/24_6.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/1439/CH24/EX24.6/24_6.sce b/1439/CH24/EX24.6/24_6.sce new file mode 100755 index 000000000..0f8aa5708 --- /dev/null +++ b/1439/CH24/EX24.6/24_6.sce @@ -0,0 +1,10 @@ +clc
+//initialisation of variables
+t= 1600 //years
+M= 226 //gms
+k= 3.7*10^10 //disintegrations per second
+//CALCULATIONS
+wl= 0.693/(t*365*24*60*60)
+r= wl*6.02*10^23/M
+//RESULTS
+printf ('wavelength = %.1e disintegrations per second',r)
|