summaryrefslogtreecommitdiff
path: root/1627/CH3/EX3.4/Ex3_4.sce
blob: 3ec6b4e06ce30f63d4dbcbd775f583b0997c9a7a (plain)
1
2
3
4
5
6
7
8
9
10
11
clc
//initialisation of variables
w=300//m
w1=9788//N/m^3
m=0.433//psi
m1=3.2808//ft/m
//CALCULATIONS
P=(w1*w)//N/m^3
P1=m*(w*m1)//lbf/in^2
//RESULTS
printf('The pressure is =% f lbf/in^2',P1)