summaryrefslogtreecommitdiff
path: root/3764/CH6/EX6.4/Ex6_4.sce
diff options
context:
space:
mode:
Diffstat (limited to '3764/CH6/EX6.4/Ex6_4.sce')
-rw-r--r--3764/CH6/EX6.4/Ex6_4.sce18
1 files changed, 18 insertions, 0 deletions
diff --git a/3764/CH6/EX6.4/Ex6_4.sce b/3764/CH6/EX6.4/Ex6_4.sce
new file mode 100644
index 000000000..31aac0c39
--- /dev/null
+++ b/3764/CH6/EX6.4/Ex6_4.sce
@@ -0,0 +1,18 @@
+clc
+//
+//
+
+//Variable declaration
+l=0.75 // Distance(in)
+b=3 // Breadth(in)
+V=600 // Vertical shear(lb)
+y=1.875 // Distance(in)
+
+//Calculation
+Q=l*b*y
+I=(1/12.0)*((4.5**4)-(3**4)) // Moment of inertia(in**4)
+q=(V*Q)/(I)
+F=(1.75)*(46.15) // Shearing force(lb)
+
+// Result
+printf("\n Shearing force in each nail = %0.3f lb' ,F)