diff options
Diffstat (limited to '1466/CH4/EX4.1/4_1.sce')
-rwxr-xr-x | 1466/CH4/EX4.1/4_1.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/1466/CH4/EX4.1/4_1.sce b/1466/CH4/EX4.1/4_1.sce new file mode 100755 index 000000000..470a41936 --- /dev/null +++ b/1466/CH4/EX4.1/4_1.sce @@ -0,0 +1,10 @@ +
+clc
+//initialisation of variables
+H= 8 //in
+x= 32.5 //in
+y= 33.7 //in
+//CALCULATIONS
+Cv= sqrt(x^2/(4*y*H))
+//RESULTS
+printf (' Coefficient of velocity = %.3f ',Cv)
|