summaryrefslogtreecommitdiff
path: root/3257/CH11/EX11.4
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /3257/CH11/EX11.4
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 '3257/CH11/EX11.4')
-rwxr-xr-x3257/CH11/EX11.4/Ex11_4.sce9
-rwxr-xr-x3257/CH11/EX11.4/Ex11_4.txt3
2 files changed, 12 insertions, 0 deletions
diff --git a/3257/CH11/EX11.4/Ex11_4.sce b/3257/CH11/EX11.4/Ex11_4.sce
new file mode 100755
index 000000000..e52b228a5
--- /dev/null
+++ b/3257/CH11/EX11.4/Ex11_4.sce
@@ -0,0 +1,9 @@
+// Shrinkage in sintering
+clc
+L = 1 // let
+del_l = 5/100*L // linear shrinkage
+rho_sint = 90 // sintered density in%
+printf("\n Example 11.4")
+rho_green = rho_sint*(1-(del_l/L))^3
+printf("\n Density of green compact becomes %d%%.",rho_green)
+
diff --git a/3257/CH11/EX11.4/Ex11_4.txt b/3257/CH11/EX11.4/Ex11_4.txt
new file mode 100755
index 000000000..994487ecc
--- /dev/null
+++ b/3257/CH11/EX11.4/Ex11_4.txt
@@ -0,0 +1,3 @@
+
+ Example 11.4
+ Density of green compact becomes 77%. \ No newline at end of file