summaryrefslogtreecommitdiff
path: root/3647/CH8/EX8.1/ex8_1.sce
diff options
context:
space:
mode:
Diffstat (limited to '3647/CH8/EX8.1/ex8_1.sce')
-rw-r--r--3647/CH8/EX8.1/ex8_1.sce18
1 files changed, 18 insertions, 0 deletions
diff --git a/3647/CH8/EX8.1/ex8_1.sce b/3647/CH8/EX8.1/ex8_1.sce
new file mode 100644
index 000000000..8166e8c95
--- /dev/null
+++ b/3647/CH8/EX8.1/ex8_1.sce
@@ -0,0 +1,18 @@
+//Solutions to Problems In applied mechanics
+//A N Gobby
+clear all;
+clc
+//initialisation of variables
+h=12//in
+q=14//in
+w=12500//in
+p=2.5//in
+m=0.067//in
+t=2240//in
+n=2.5*10^-5//in
+//CALCULATIONS
+R=(p*h*q)/(w)//in
+I=(1*m^3/h)//in
+M=((w*n)/(p*h)*t)//lbf in
+//RESULTS
+printf('the bending moment set up=% f lbf in',M)