diff options
Diffstat (limited to '3845/CH7/EX7.2')
-rw-r--r-- | 3845/CH7/EX7.2/Ex7_2.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/3845/CH7/EX7.2/Ex7_2.sce b/3845/CH7/EX7.2/Ex7_2.sce new file mode 100644 index 000000000..b435b3a7d --- /dev/null +++ b/3845/CH7/EX7.2/Ex7_2.sce @@ -0,0 +1,7 @@ +//Example 7.2
+m=30;//Mass (kg)
+v=0.500;//Speed (m/s)
+KE=(1/2)*m*v^2;//Kinetic energy (J)
+printf('Kinetic energy = %0.2f J',KE)
+//Openstax - College Physics
+//Download for free at http://cnx.org/content/col11406/latest
|