summaryrefslogtreecommitdiff
path: root/3764/CH2/EX2.10/Ex2_10.sce
diff options
context:
space:
mode:
Diffstat (limited to '3764/CH2/EX2.10/Ex2_10.sce')
-rw-r--r--3764/CH2/EX2.10/Ex2_10.sce17
1 files changed, 17 insertions, 0 deletions
diff --git a/3764/CH2/EX2.10/Ex2_10.sce b/3764/CH2/EX2.10/Ex2_10.sce
new file mode 100644
index 000000000..64307fb43
--- /dev/null
+++ b/3764/CH2/EX2.10/Ex2_10.sce
@@ -0,0 +1,17 @@
+clc
+//
+
+//Variable declaration
+G=90 // Modulus of rigidity(ksi)
+disp1=0.04 // Displacement of upper rod(in)
+Lda=2 // Height of bar(in)
+A=8*2.5 // Area of cross section(in**2)
+
+//Calculation
+Yxy=(disp1/Lda) // Shearing strain(rad)
+Txy=(90*((10**3)))*(0.020) // Shearing stress(psi)
+P=(Txy*A)/((10**3)) // Force exerted on the upper plate(kips)
+
+// Results
+printf("\n Shearing strain in rod=%1f rad' ,Yxy)
+printf("\n Force exerted on the upper plate=%1f kips' ,P)