summaryrefslogtreecommitdiff
path: root/1466/CH20/EX20.3/20_3.sce
blob: 53524c8df042941ec33cc737e206328f9a240380 (plain)
1
2
3
4
5
6
7
8
9
10

clc
//initialisation of variables
p=24//lb/in^2
L=5//in
l=2//in
//CALCULATIONS
P=p*L*L/(l*l)
//RESULTS
printf ('\n pressure= %.f lb/in^2',P)