summaryrefslogtreecommitdiff
path: root/3886/CH9/EX9.15/9_15.sce
diff options
context:
space:
mode:
Diffstat (limited to '3886/CH9/EX9.15/9_15.sce')
-rw-r--r--3886/CH9/EX9.15/9_15.sce4
1 files changed, 4 insertions, 0 deletions
diff --git a/3886/CH9/EX9.15/9_15.sce b/3886/CH9/EX9.15/9_15.sce
new file mode 100644
index 000000000..c4a5b88a8
--- /dev/null
+++ b/3886/CH9/EX9.15/9_15.sce
@@ -0,0 +1,4 @@
+//Moment of inertia of section
+//refer fig. 9.40
+IAB=((400*20^3)/12)+(400*20*10^2)+(((100*10^3)/12)+100*10*(20+5)^2)*2+(((10*380^3)/12)+10*380*(30+190)^2)*2+(((100*10^3)/12)+100*10*(20+10+380+5)^2)*2 //mm^4
+printf("IAB=%.2d mm^4",IAB)