diff options
Diffstat (limited to '965/CH4/EX4.28/28.sci')
-rw-r--r-- | 965/CH4/EX4.28/28.sci | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/965/CH4/EX4.28/28.sci b/965/CH4/EX4.28/28.sci new file mode 100644 index 000000000..c3a448aef --- /dev/null +++ b/965/CH4/EX4.28/28.sci @@ -0,0 +1,9 @@ +clc;
+clear all;
+disp("Depth and Temperature")
+a=0.044;//m^2/h
+n=1400*60;// h^-1
+theta=2/100;
+
+x=-((a/(3.1416*n))^0.5)*log (theta);
+disp("mm",x*1000,"depth x =")
|