summaryrefslogtreecommitdiff
path: root/3841/CH4/EX4.5/Ex4_5.sce
blob: a1227213d52cc5bb7affceb4eeb00449a3c68555 (plain)
1
2
3
4
5
6
7
8
9
clear
//compute the pressure force
//given
w=12000.
p=6.
a=10**2
f=p*a
P=w/f
printf("\n \n pressure   %.2f Psi",P)