summaryrefslogtreecommitdiff
path: root/1280/CH4/EX4.2/4_2.sce
blob: 0cab1fc3d2f67d78426888462152421ea2aed4f8 (plain)
1
2
3
4
5
6
7
8
9
10
clc
//initialisation of variables
D= 2 //in
S= 10 //in
s= 10000 //strokes
V= 231 //in^3
//CALCULATIONS
di= V/(S*s*D*%pi)
//RESULTS
printf ('thickness = %.7f in',di)