From 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 10 Oct 2017 12:27:19 +0530 Subject: initial commit / add all books --- 3876/CH3/EX3.4/Ex3_4.sce | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 3876/CH3/EX3.4/Ex3_4.sce (limited to '3876/CH3/EX3.4/Ex3_4.sce') diff --git a/3876/CH3/EX3.4/Ex3_4.sce b/3876/CH3/EX3.4/Ex3_4.sce new file mode 100644 index 000000000..fc11da87a --- /dev/null +++ b/3876/CH3/EX3.4/Ex3_4.sce @@ -0,0 +1,17 @@ +//Chapter 3 Liquids + +clc; +clear; + +//Initialisation of Variables +n2= 10.05*10**-3 //poise +d1= 0.879 //gms cm^-3 +t= 88 //sec +d2= 1 //gms cm^-3 +t1= 120 //sec + +//Calculations +n1= d1*t/(d2*t1) + +//Results +mprintf("Relative Viscosity= %.3f",n1); -- cgit