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 --- 1793/CH7/EX7.6/7q6.sce | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 1793/CH7/EX7.6/7q6.sce (limited to '1793/CH7/EX7.6') diff --git a/1793/CH7/EX7.6/7q6.sce b/1793/CH7/EX7.6/7q6.sce new file mode 100755 index 000000000..363e3dbc8 --- /dev/null +++ b/1793/CH7/EX7.6/7q6.sce @@ -0,0 +1,9 @@ +clc +//initialisation of variables +k1= 0.02 //cm/sec +e1= 0.5 +e2= 0.65 +//calculations +k2= k1*(e2^3/(1+e2))/(e1^3/(1+e1)) +//results +printf ('hydraulic conductivity at void ratio of 0.65 = % 2f cm/sec ',k2) -- cgit