summaryrefslogtreecommitdiff
path: root/1627/CH9/EX9.1/Ex9_1.sce
blob: 34153fcc56bb49ed51b9bcfb3ee5a9b1dacde7ab (plain)
1
2
3
4
5
6
7
8
9
10
clc
//initialisation of variables
f=250//N
p=20*40//cm
v=0.5//m/s
f2=7.62*10^-5//m
//CALCULATIONS
Mu=(f*f2)/(p*10^-4*v)//N.s/m^2
//RESULTS
printf('The dynamic viscosity of the lubricant is=% f N.s/m^2',Mu)