From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 1466/CH8/EX8.7/8_7.sce | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100755 1466/CH8/EX8.7/8_7.sce (limited to '1466/CH8/EX8.7') diff --git a/1466/CH8/EX8.7/8_7.sce b/1466/CH8/EX8.7/8_7.sce new file mode 100755 index 000000000..d490339a9 --- /dev/null +++ b/1466/CH8/EX8.7/8_7.sce @@ -0,0 +1,20 @@ + +clc +//initialisation of variables +d=5//cm +d2=0.01//cm +l=10//cm +w=0.88//g/cm^3 +d1=0.1//cm +T=20*60//sec +Q=50//cm^3 +H1=5//cm +w1=0.88*981//dynes +n1= 0.007 //poise +//CALCULATIONS +A=%pi*d*d/4 +a=%pi*d1*d1/4 +H2=H1-(Q/A) +n=T*a*w1*d2/(32*A*l**log(H1/H2))-n1 +//RESULTS +printf ('viscosity of liquid= %.4f poises',n) -- cgit