summaryrefslogtreecommitdiff
path: root/2732/CH10/EX10.3/Ex10_3.sce
diff options
context:
space:
mode:
Diffstat (limited to '2732/CH10/EX10.3/Ex10_3.sce')
-rwxr-xr-x2732/CH10/EX10.3/Ex10_3.sce17
1 files changed, 17 insertions, 0 deletions
diff --git a/2732/CH10/EX10.3/Ex10_3.sce b/2732/CH10/EX10.3/Ex10_3.sce
new file mode 100755
index 000000000..026f16da7
--- /dev/null
+++ b/2732/CH10/EX10.3/Ex10_3.sce
@@ -0,0 +1,17 @@
+clc
+//initialization of variables
+clear
+L=6000 //cm
+L1=150 //cm
+T=90 //W
+Ip=%pi*10^4/32
+E=2*10^6 //kg/cm^2
+G=E/2.5
+A=3 //cm^2
+delta=0.5
+//calculations
+U=L/(2*E*A)+(T*T*L1/(2*G*Ip))
+// U=0.5*W*delta
+W=0.25/U
+//results
+printf('W = %.1f kg',W)