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 --- 1268/CH2/EX2.1/2_1.sce | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 1268/CH2/EX2.1/2_1.sce (limited to '1268/CH2/EX2.1') diff --git a/1268/CH2/EX2.1/2_1.sce b/1268/CH2/EX2.1/2_1.sce new file mode 100644 index 000000000..58873b8d4 --- /dev/null +++ b/1268/CH2/EX2.1/2_1.sce @@ -0,0 +1,11 @@ +clc; +disp("Example 2.1") +mew= 5e-3 +//coefficient of viscosity in kg/ms +u=0.1 +// velocity in m/s +b=3.5e-3 +// width in metres +tau= (mew*u)/b // the value of shear stress +disp(" The value of shear stress is ") +disp(tau) -- cgit