summaryrefslogtreecommitdiff
path: root/866/CH9/EX9.3
diff options
context:
space:
mode:
Diffstat (limited to '866/CH9/EX9.3')
-rwxr-xr-x866/CH9/EX9.3/9_3.sce13
1 files changed, 13 insertions, 0 deletions
diff --git a/866/CH9/EX9.3/9_3.sce b/866/CH9/EX9.3/9_3.sce
new file mode 100755
index 000000000..05cf97ddc
--- /dev/null
+++ b/866/CH9/EX9.3/9_3.sce
@@ -0,0 +1,13 @@
+clc
+//initialisation of variables
+M= 100*10^6 //Nmm
+BeamB= 300 //mm
+BeamH= 200 //mm
+BeamT= 25 //mm
+BeamT2= 20 //mm
+//CALCULATIONS
+Iy= (2*BeamT2*BeamH^3/12)+((BeamB-2*BeamT2)*BeamT^3/12)
+alphabyz=-M/Iy
+//RESULTS
+printf ('sigmax= %.2f *z',alphabyz)
+