summaryrefslogtreecommitdiff
path: root/1962/CH2/EX2.5/example2_5.sce
blob: 63bddaed84b17344654c46ed509ae79afab15978 (plain)
1
2
3
4
5
6
7
8
9
10
11

//example 2.5
//page 57
clc; funcprot(0);
//initialisation of variable
Gamma=9810;
ha=950*1.5-500*1;
ha=ha/1000;//m of H2O;
Pa=ha*Gamma;
disp(Pa/1000,"Pressure at A (kPa)=");
clear