summaryrefslogtreecommitdiff
path: root/3845/CH7/EX7.10/Ex7_10.sce
blob: 91d5cc871b8422aa16a161ec89ec2f154c9341de (plain)
1
2
3
4
5
6
7
8
9
//Example 7.10
m=65;//Mass of player (kg)
v_i=6;//Initial velocity (m/s)
f=450;//Force of friction (N)
theta=5;//Angle of incline (deg)
d=(1/2*m*v_i^2)/(f+m*g*sind(theta));//Distance slid (m)
printf('Distance slid = %0.2f m',d)
//Openstax - College Physics
//Download for free at http://cnx.org/content/col11406/latest