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 --- 3814/CH1/EX1.2/Ex1_2.sce | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 3814/CH1/EX1.2/Ex1_2.sce (limited to '3814/CH1/EX1.2/Ex1_2.sce') diff --git a/3814/CH1/EX1.2/Ex1_2.sce b/3814/CH1/EX1.2/Ex1_2.sce new file mode 100644 index 000000000..e085cec83 --- /dev/null +++ b/3814/CH1/EX1.2/Ex1_2.sce @@ -0,0 +1,9 @@ + +// determine the height that the water will rise to capillary action in the tube +clc +sigma=0.073 // sigma of pipe +gamma1=9800 // gammma constant +D=2e-3// diameter of the pipe +h=(4*sigma)/(gamma1*D) // height of the water rise in capillary +mprintf('\n height of water rise in capillary is given by %f meter',h) + -- cgit