diff options
Diffstat (limited to '1301/CH2/EX2.16/ex2_16.sce')
-rwxr-xr-x | 1301/CH2/EX2.16/ex2_16.sce | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/1301/CH2/EX2.16/ex2_16.sce b/1301/CH2/EX2.16/ex2_16.sce new file mode 100755 index 000000000..1f7a4abaf --- /dev/null +++ b/1301/CH2/EX2.16/ex2_16.sce @@ -0,0 +1,5 @@ +clc;
+g=32; //gravitational constant in ft/sec square
+h=100; //height in ft
+v=sqrt(2*g*h); //calculating velocity
+disp(v,"Velocity in ft/sec = "); //displaying result
\ No newline at end of file |