summaryrefslogtreecommitdiff
path: root/575/CH3/EX3.4.2/3_4_2.sce
blob: 73b1f4cdde9e4d5ed4928185fa445253c0c90957 (plain)
1
2
3
4
5
6
clc
pathname=get_absolute_file_path('3_4_2.sce')
filename=pathname+filesep()+'342.sci'
exec(filename)
Ph=P0+D*g*h
printf("Pressure at the bottom of the lake=%E N/m^2",Ph)