summaryrefslogtreecommitdiff
path: root/3845/CH6/EX6.1/Ex6_1.sce
blob: 4a5427f9d03886c3d8a8055d9a0f8f5c55e7c692 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
//Example 6.1
v=15;//Velocity (m/s)
r=0.300;//Radius (m)
omega=v/r;//Angular velocity (rad/s)
printf('Angular Velocity = %0.1f rad/s',omega)

//Discussion:
r1=1.2;//Tire radius for earth mover (m)
omega1=v/r1;//Angular velocity (rad/s)
printf('\nDiscussion: For earth mover\nAngular Velocity = %0.1f rad/s',omega1)
//Openstax - College Physics
//Download for free at http://cnx.org/content/col11406/latest