summaryrefslogtreecommitdiff
path: root/3845/CH7/EX7.9/Ex7_9.sce
blob: c2df296338348ab17be22352d0b91e7e4e271613 (plain)
1
2
3
4
5
6
7
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