summaryrefslogtreecommitdiff
path: root/3647/CH5/EX5.4/ex5_4.sce
blob: b85e88ff7fd515a255cc2b1db283d151ea9340f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//Solutions to Problems In applied mechanics
//A N Gobby
clear all;
clc
//initialisation of variables
d=60//rev/min
s=5//in
v=5//in/s
a=25.2//in/s
x=2.23//in
b=4.59//in
z=20.0//in
//CALCULATIONS
U=x*v//in/s
V=b*v//in/s
B=V/z//rad/s
//RESULTS
printf('the angular velocity=% f rad/s',B)