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 --- 896/CH18/EX18.4/4.sce | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 896/CH18/EX18.4/4.sce (limited to '896/CH18/EX18.4') diff --git a/896/CH18/EX18.4/4.sce b/896/CH18/EX18.4/4.sce new file mode 100755 index 000000000..b1f365447 --- /dev/null +++ b/896/CH18/EX18.4/4.sce @@ -0,0 +1,7 @@ +clc +//Example 18.4 +//Calculate the Kolmogorov scale +v=1.613*10^(-4)//ft^2/s +eta=0.21//ft^2/s^3 +kolmogorov_scale=(v^3/eta)^0.25//ft +printf("The Kolmogorov scale is %f ft",kolmogorov_scale); \ No newline at end of file -- cgit