summaryrefslogtreecommitdiff
path: root/1586/CH10/EX10.8
diff options
context:
space:
mode:
Diffstat (limited to '1586/CH10/EX10.8')
-rw-r--r--1586/CH10/EX10.8/EXP10_8.jpgbin0 -> 145273 bytes
-rw-r--r--1586/CH10/EX10.8/EXP10_8.sce9
2 files changed, 9 insertions, 0 deletions
diff --git a/1586/CH10/EX10.8/EXP10_8.jpg b/1586/CH10/EX10.8/EXP10_8.jpg
new file mode 100644
index 000000000..344a449cd
--- /dev/null
+++ b/1586/CH10/EX10.8/EXP10_8.jpg
Binary files differ
diff --git a/1586/CH10/EX10.8/EXP10_8.sce b/1586/CH10/EX10.8/EXP10_8.sce
new file mode 100644
index 000000000..bb5c3f156
--- /dev/null
+++ b/1586/CH10/EX10.8/EXP10_8.sce
@@ -0,0 +1,9 @@
+clc;funcprot(0);//EXAMPLE 10.8
+// Initialisation of Variables
+%Nia=40;......//no, of grams of nickel in alloy at alla temperature
+%NiL=32;......//Mass of Nickel present in Liquid
+%Nialpha=45;......//Mass of NIckel present in alpha
+//CALCULATIONS
+x=(%Nia-%NiL)/(%Nialpha-%NiL);.....//Mass fraction of alloy in percent
+disp(x,"Mass fraction of alloy in percent:")
+printf("By converting 62percent alpha and 38percent Liquid are present.:")