diff options
Diffstat (limited to '1385/CH3/EX3.4')
-rwxr-xr-x | 1385/CH3/EX3.4/3_4.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/1385/CH3/EX3.4/3_4.sce b/1385/CH3/EX3.4/3_4.sce new file mode 100755 index 000000000..6f956fa5c --- /dev/null +++ b/1385/CH3/EX3.4/3_4.sce @@ -0,0 +1,11 @@ +clc
+//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
+printf (' relative viscosity= %.3f ',n1)
|