summaryrefslogtreecommitdiff
path: root/3647/CH9/EX9.1/ex9_1.sce
diff options
context:
space:
mode:
Diffstat (limited to '3647/CH9/EX9.1/ex9_1.sce')
-rw-r--r--3647/CH9/EX9.1/ex9_1.sce14
1 files changed, 14 insertions, 0 deletions
diff --git a/3647/CH9/EX9.1/ex9_1.sce b/3647/CH9/EX9.1/ex9_1.sce
new file mode 100644
index 000000000..7b196d720
--- /dev/null
+++ b/3647/CH9/EX9.1/ex9_1.sce
@@ -0,0 +1,14 @@
+//Solutions to Problems In applied mechanics
+//A N Gobby
+clear all;
+clc
+//initialisation of variables
+q=8000//lbf/in^2
+r=9.25//in
+G=12*10^6//lbf/in^2
+t=1*%pi/180//rad
+h=180//lbf ft
+//CALCULATIONS
+S=((G*%pi*r)/(q*h*2))//in
+//RESULTS
+printf('the shaft size and maximum shear stress=% f in',S)