diff options
Diffstat (limited to '1439/CH20/EX20.3/20_3.sce')
-rwxr-xr-x | 1439/CH20/EX20.3/20_3.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/1439/CH20/EX20.3/20_3.sce b/1439/CH20/EX20.3/20_3.sce new file mode 100755 index 000000000..e8871862e --- /dev/null +++ b/1439/CH20/EX20.3/20_3.sce @@ -0,0 +1,11 @@ +clc
+//initialisation of variables
+w= 2.82*10^7
+t2= 70 //min
+t1= 60 //min
+r2= 6.731 //cm
+r1= 5.949 //cm
+//CALCULATIONS
+s= 2.303*log10(r2/r1)/(w*t2*t1)
+//RESULTS
+printf ('time = %.1e sec',s)
|