diff options
author | prashantsinalkar | 2017-10-10 12:27:19 +0530 |
---|---|---|
committer | prashantsinalkar | 2017-10-10 12:27:19 +0530 |
commit | 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 (patch) | |
tree | dbb9e3ddb5fc829e7c5c7e6be99b2c4ba356132c /1586/CH10/EX10.8 | |
parent | b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (diff) | |
download | Scilab-TBC-Uploads-7f60ea012dd2524dae921a2a35adbf7ef21f2bb6.tar.gz Scilab-TBC-Uploads-7f60ea012dd2524dae921a2a35adbf7ef21f2bb6.tar.bz2 Scilab-TBC-Uploads-7f60ea012dd2524dae921a2a35adbf7ef21f2bb6.zip |
initial commit / add all books
Diffstat (limited to '1586/CH10/EX10.8')
-rw-r--r-- | 1586/CH10/EX10.8/EXP10_8.jpg | bin | 0 -> 145273 bytes | |||
-rw-r--r-- | 1586/CH10/EX10.8/EXP10_8.sce | 9 |
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 Binary files differnew file mode 100644 index 000000000..344a449cd --- /dev/null +++ b/1586/CH10/EX10.8/EXP10_8.jpg 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.:")
|