diff options
Diffstat (limited to '3647/CH5/EX5.2/Ex5_2.sce')
-rw-r--r-- | 3647/CH5/EX5.2/Ex5_2.sce | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/3647/CH5/EX5.2/Ex5_2.sce b/3647/CH5/EX5.2/Ex5_2.sce new file mode 100644 index 000000000..609ab611c --- /dev/null +++ b/3647/CH5/EX5.2/Ex5_2.sce @@ -0,0 +1,24 @@ +//Solutions to Problems In applied mechanics +//A N Gobby +clear all; +
+clc
+//initialisation of variables
+a=13.25//in
+q=4.5//in
+b=9//in
+r=2.5//in
+w=6//in
+s=2.4//in
+x=8*3/4//in
+y=4*3/8//in
+z=5*3/4//in
+R=0.81//ft/s
+p=5.0//in
+//CALCULATIONS
+V=(2*%pi)*r//in/s
+AB=(p/a)//rad/s
+DE=s/b//rad/s
+//RESULTS
+printf('The angular velocity is=% f rad/s',AB)
+printf('the angular velocity=% f rad/s',DE)
|