blob: ae430eaa7d6a70ec384caa60395457122018fd18 (
plain)
1
2
3
4
5
6
7
|
//Section-1,Example-4,Page no.-AC.35
// To calculate the number of molecules of PP produced.
clc;
n=42*((6.023*10^23)/42) //average degree of polymerisation(DP bar)
N= n/1000
disp(N,'number of PP molecules formed')
|