summaryrefslogtreecommitdiff
path: root/3428/CH1/EX1.6/Ex1_6.sce
diff options
context:
space:
mode:
Diffstat (limited to '3428/CH1/EX1.6/Ex1_6.sce')
-rw-r--r--3428/CH1/EX1.6/Ex1_6.sce7
1 files changed, 7 insertions, 0 deletions
diff --git a/3428/CH1/EX1.6/Ex1_6.sce b/3428/CH1/EX1.6/Ex1_6.sce
new file mode 100644
index 000000000..f4f55a049
--- /dev/null
+++ b/3428/CH1/EX1.6/Ex1_6.sce
@@ -0,0 +1,7 @@
+//Section-1,Example-6,Page no.-AC.36
+//To find M_wbar for PP given its degree of polymerisation as 10,000.
+clc;
+DP_wbar= 10000 //Degree of polymerisation(given)
+M_o=(12*3)+(6*1) //Molecular weight of repeat unit of PP
+M_wbar= (10000*42)
+disp (M_wbar,'weight averge molecular mass(gm/mol)')