diff options
Diffstat (limited to '1586/CH16/EX16.4/EXP16_4.sce')
-rw-r--r-- | 1586/CH16/EX16.4/EXP16_4.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/1586/CH16/EX16.4/EXP16_4.sce b/1586/CH16/EX16.4/EXP16_4.sce new file mode 100644 index 000000000..0412dfc08 --- /dev/null +++ b/1586/CH16/EX16.4/EXP16_4.sce @@ -0,0 +1,10 @@ +clc;funcprot(0);//EXAMPLE 16.4
+// Initialisation of Variables
+W1=116;................//Molecular Weight of Hexamethylene Diamine in g/mol
+W2=146;................//Molecular Weight of Adipic Acid in g/mol
+W3=18;.................//Molecular Weight of Water in g/mol
+W4=120000;.............//Molecular Weight of 6,6-nylon in g/mol
+//alculations
+M=W1+W2-2*W3;..........//Molecular Weight of the repeated unit
+DOP=W4/M;...............//Degree of Polymerization of 6,6-nylon
+disp(DOP,"Degree of Polymerization of 6,6-nylon:")
|