summaryrefslogtreecommitdiff
path: root/3647/CH9/EX9.5/ex9_5.sce
diff options
context:
space:
mode:
Diffstat (limited to '3647/CH9/EX9.5/ex9_5.sce')
-rw-r--r--3647/CH9/EX9.5/ex9_5.sce20
1 files changed, 20 insertions, 0 deletions
diff --git a/3647/CH9/EX9.5/ex9_5.sce b/3647/CH9/EX9.5/ex9_5.sce
new file mode 100644
index 000000000..3ab32b3be
--- /dev/null
+++ b/3647/CH9/EX9.5/ex9_5.sce
@@ -0,0 +1,20 @@
+//Solutions to Problems In applied mechanics
+//A N Gobby
+clear all;
+clc
+//initialisation of variables
+d=7.5//in
+m1=8000//lbf/in^2
+m2=2000//lbf/in^2
+h1=3//in
+d1=2//in
+d4=57//lbf in
+W=2.74//lbf in
+//CALCULATIONS
+P=%pi*d1^4/32//in^4
+M=(m1/1)*P//lbf in
+T=M/(8*(d/d1))//lbf
+A=T/m2//in^2
+B=sqrt((4*A)/%pi)//in
+//RESULTS
+printf('the bolt diameter =% f in',B)