diff options
author | priyanka | 2015-06-24 15:03:17 +0530 |
---|---|---|
committer | priyanka | 2015-06-24 15:03:17 +0530 |
commit | b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch) | |
tree | ab291cffc65280e58ac82470ba63fbcca7805165 /764/DEPENDENCIES/data2_1.sci | |
download | Scilab-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/DEPENDENCIES/data2_1.sci')
-rwxr-xr-x | 764/DEPENDENCIES/data2_1.sci | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/764/DEPENDENCIES/data2_1.sci b/764/DEPENDENCIES/data2_1.sci new file mode 100755 index 000000000..22c4f95fb --- /dev/null +++ b/764/DEPENDENCIES/data2_1.sci @@ -0,0 +1,17 @@ +
+// (Engineering Materials)Example 2.1
+//Refer Table 2.13 on page 52
+//Store data in respective arrays in the order:
+//Sequence: {Low alloy steel, Plain carbon steel, Stainless steel, Chromium steel}
+//Ulimate tensile strengths U N/mm2
+U = {850 850 1200 950}
+//Hardenability Index H
+H = {60 80 30 100}
+//Cost (Rs/unit) C
+C = {40 50 100 80}
+//Point weightage for ultimate tensile strength
+Uw = 5
+//Point weightage for hardenability
+Hw = 3
+//Point weightage for cost-economy
+Cw = 2
|