summaryrefslogtreecommitdiff
path: root/3647/CH5/EX5.4/ex5_4.sce
diff options
context:
space:
mode:
Diffstat (limited to '3647/CH5/EX5.4/ex5_4.sce')
-rw-r--r--3647/CH5/EX5.4/ex5_4.sce18
1 files changed, 18 insertions, 0 deletions
diff --git a/3647/CH5/EX5.4/ex5_4.sce b/3647/CH5/EX5.4/ex5_4.sce
new file mode 100644
index 000000000..b85e88ff7
--- /dev/null
+++ b/3647/CH5/EX5.4/ex5_4.sce
@@ -0,0 +1,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)