summaryrefslogtreecommitdiff
path: root/2615/CH22/EX103.3/103.sce
blob: 5513836bf9526121f92dc543c2ea03b207030e87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
clc
//initialisation of variables
l=20//m
e=0.00025//mm
E=2000000//kg/cm^2
f=19.6//cm^2
//CALCULATIONS
sig=E*e//kg/cm^2
Del=sig*f//kg
L=e*l//m
//RESULTS
printf('the pressure of bearings normal operations=% f m',L)