summaryrefslogtreecommitdiff
path: root/1627/CH3/EX3.5/Ex3_5.sce
blob: a6151d8d46dbf9b0eeacb4b717d54069e1fa1b85 (plain)
1
2
3
4
5
6
7
8
9
10
clc
//initialisation of variables
t=30//deg
y=9802//N/m^3
sg=0.78
r=6*10^-2//m
//CALCULATIONS
P=(1/2)*y*sg*r//Pa
//RESULTS
printf('The pressure is=% f Pa',P)