diff options
Diffstat (limited to '746/DEPENDENCIES/3_07.sci')
-rwxr-xr-x | 746/DEPENDENCIES/3_07.sci | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/746/DEPENDENCIES/3_07.sci b/746/DEPENDENCIES/3_07.sci new file mode 100755 index 000000000..0a44b164a --- /dev/null +++ b/746/DEPENDENCIES/3_07.sci @@ -0,0 +1,12 @@ +//Width of gate(in m):
+w=5;
+//Depth of water(in m):
+D=4;
+//Density of water(in kg/m^3);
+d=999;
+//Accelration deto gravity(in m/sec^2):
+g=9.81;
+//Value of a (in m):
+a=4;
+//Point where force acts(in m):
+l=5;
|