summaryrefslogtreecommitdiff
path: root/2135/CH1/EX1.5/Exa_1_5.sce
blob: 567944b82f4f4bba0f46cd038d08416eca9a8487 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
//Exa 1.5
clc;
clear;
close;
format('v',7);

//Given Data :
VGR=57;//KN/m^2
Patm=765;//mm of Hg
//101.325KN/m^2=760 mm of Hg
VGR=VGR*760/101.325;//mm og Hg
Pabs=Patm-VGR;//mm of Hg
disp(Pabs,"Absolute pressure in mm of Hg : ");