summaryrefslogtreecommitdiff
path: root/3594/CH14/EX14.5/Ex14_5.sce
diff options
context:
space:
mode:
Diffstat (limited to '3594/CH14/EX14.5/Ex14_5.sce')
-rw-r--r--3594/CH14/EX14.5/Ex14_5.sce15
1 files changed, 15 insertions, 0 deletions
diff --git a/3594/CH14/EX14.5/Ex14_5.sce b/3594/CH14/EX14.5/Ex14_5.sce
new file mode 100644
index 000000000..50737c8f1
--- /dev/null
+++ b/3594/CH14/EX14.5/Ex14_5.sce
@@ -0,0 +1,15 @@
+clc
+//given
+W=180//lb
+R=150//lb
+c=.5;
+g = 9.81;
+N=300//rpm
+r=7.5/12//ft
+Bb=(W+c*R)*r*12
+b=6//in
+B=Bb/b
+w=(%pi*N)/30
+Uf=(1/2)*(R/g)*w^2*r
+a=floor(Uf)
+printf("Balance weight required = %.1f lb\n The resultant unbalanced force = %.f lb\n",B,a) \ No newline at end of file