summaryrefslogtreecommitdiff
path: root/2159/CH3/EX3.10/310.sce
blob: 72e3cf890fd7d69eea98788622388339bde35cd3 (plain)
1
2
3
4
5
6
7
8
9
10
// problem 3.10
H=0.1
w=9810
sw=12
h=H*(w/sw)
Cv=0.96
g=9.81
v=Cv*((2*g*h)^0.5)
v1=v*18/5
disp(v1,"speed of the plane")