summaryrefslogtreecommitdiff
path: root/764/CH4/EX4.6.a
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /764/CH4/EX4.6.a
downloadScilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip
initial commit / add all books
Diffstat (limited to '764/CH4/EX4.6.a')
-rwxr-xr-x764/CH4/EX4.6.a/data4_6.sci13
1 files changed, 13 insertions, 0 deletions
diff --git a/764/CH4/EX4.6.a/data4_6.sci b/764/CH4/EX4.6.a/data4_6.sci
new file mode 100755
index 000000000..4990b0207
--- /dev/null
+++ b/764/CH4/EX4.6.a/data4_6.sci
@@ -0,0 +1,13 @@
+
+//(Design against Static Load) Example 4.6
+//Refer Fig.4.25
+//Data according to standard table h (mm)
+h = {150,175,200,225,250}
+//Ixx (mm4)
+Ixx = {(688.2 * (10^4)), (1096.2 * (10^4)), (1696.6 * (10^4)), (2501.9 * (10^4)), (3717.8 * (10^4))}
+//Total weight of the bars W (kN)
+W = 75
+//Permissible bending stress sigmab (N/mm2)
+sigmab = 165
+//Length of cantilever beam l (mm)
+l = 2000