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 --- 557/CH9/EX9.1/1.sce | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 557/CH9/EX9.1/1.sce (limited to '557/CH9/EX9.1') diff --git a/557/CH9/EX9.1/1.sce b/557/CH9/EX9.1/1.sce new file mode 100755 index 000000000..0e448e662 --- /dev/null +++ b/557/CH9/EX9.1/1.sce @@ -0,0 +1,11 @@ +clc;funcprot(0); //Example 9.1 + +//Initializing the variables +Vp = 10; +LpByLm = 20; +rhoPbyRhoM = 1; +muPbymuM = 1; +//Calculations +Vm = Vp*LpByLm*rhoPbyRhoM*muPbymuM; + +disp(Vm, 'Mean water tunnel flow velocity (m/s):'); \ No newline at end of file -- cgit