summaryrefslogtreecommitdiff
path: root/965/CH4/EX4.28/28.sci
blob: c3a448aef9a9a974e1abfa848c83c40abca9be0c (plain)
1
2
3
4
5
6
7
8
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 =")