diff options
Diffstat (limited to '632/CH2/EX2.6/example2_6.sce')
-rwxr-xr-x | 632/CH2/EX2.6/example2_6.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/632/CH2/EX2.6/example2_6.sce b/632/CH2/EX2.6/example2_6.sce new file mode 100755 index 000000000..772b855c9 --- /dev/null +++ b/632/CH2/EX2.6/example2_6.sce @@ -0,0 +1,9 @@ +//clc()
+z = 15;//m
+PE = 2000;//J
+g = 9.8067;//m/s^2
+m = PE/(z*g);
+disp("kg",m,"mass = ")
+v = 50;//m/s
+KE = 1/2*m*(v^2)/1000;
+disp("kJ",KE,"kinetic energy = ")
\ No newline at end of file |