summaryrefslogtreecommitdiff
path: root/1436/CH7/EX7.1/ex7_1.sce
blob: 350975e3c590dae309f4394fd229309af97ea73b (plain)
1
2
3
4
5
6
7
8
9
10
//Example 7.1, page no-436
clear
clc
f=2*9.8*10^5
A=100
V=20
l=10
mu=(f/A)/(V/l)
mu=mu/1000
printf("The absolute viscosity mu = %.1f*10^5 centipoises",mu)