diff options
Diffstat (limited to '1286/CH12/EX12.11/12_11.sce')
-rwxr-xr-x | 1286/CH12/EX12.11/12_11.sce | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/1286/CH12/EX12.11/12_11.sce b/1286/CH12/EX12.11/12_11.sce new file mode 100755 index 000000000..b7de25c4c --- /dev/null +++ b/1286/CH12/EX12.11/12_11.sce @@ -0,0 +1,14 @@ +clc
+//initialisation
+t1=5.6//c
+t2=2.8//c
+t3=0.7//c
+d1=2//m
+d2=4//m
+d3=8//m
+w=(2*3.14)/365
+//CALCULATIONS
+d=(log(t1/t2))/(d2/d1)
+k=w*1000/(d*d)
+//results
+printf(' \n diffusity= % 1f m^2 per day',k)
|