summaryrefslogtreecommitdiff
path: root/2732/CH8/EX8.4/Ex8_4.sce
diff options
context:
space:
mode:
Diffstat (limited to '2732/CH8/EX8.4/Ex8_4.sce')
-rwxr-xr-x2732/CH8/EX8.4/Ex8_4.sce17
1 files changed, 17 insertions, 0 deletions
diff --git a/2732/CH8/EX8.4/Ex8_4.sce b/2732/CH8/EX8.4/Ex8_4.sce
new file mode 100755
index 000000000..088fe6452
--- /dev/null
+++ b/2732/CH8/EX8.4/Ex8_4.sce
@@ -0,0 +1,17 @@
+clc
+//initialization of variables
+clear
+r_min=1.17 //cm
+A=17.21 //cm^2
+Q=1/2
+h=3.5 //m
+E=2*10^6 //kg/cm^2
+h=h*100
+// calculations
+Q1=(Q*h/r_min)^2
+s_cr=E*%pi^2/Q1
+P_cr=s_cr*A
+// results
+printf('The crippling load is %d kg',P_cr)
+
+// wrong calculations given in the text