diff options
Diffstat (limited to '3845/CH7/EX7.9/Ex7_9.sce')
-rw-r--r-- | 3845/CH7/EX7.9/Ex7_9.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/3845/CH7/EX7.9/Ex7_9.sce b/3845/CH7/EX7.9/Ex7_9.sce new file mode 100644 index 000000000..c2df29633 --- /dev/null +++ b/3845/CH7/EX7.9/Ex7_9.sce @@ -0,0 +1,8 @@ +//Example 7.9
+m=65;//Mass of player (kg)
+v_i=6;//Initial velocity (m/s)
+f=450;//Force of friction (N)
+d=m*v_i^2/(2*f);//Distance slid (m)
+printf('Distance slid = %0.2f m',d)
+//Openstax - College Physics
+//Download for free at http://cnx.org/content/col11406/latest
|