diff options
Diffstat (limited to '1367/CH17/EX17.1/17_1.sce')
-rwxr-xr-x | 1367/CH17/EX17.1/17_1.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/1367/CH17/EX17.1/17_1.sce b/1367/CH17/EX17.1/17_1.sce new file mode 100755 index 000000000..b80f67f03 --- /dev/null +++ b/1367/CH17/EX17.1/17_1.sce @@ -0,0 +1,11 @@ +//Calculate molecular weight
+//Ex:17.1
+clc;
+clear;
+close;
+mc=12;//mol wt of carbon
+mh=1;;//mol wt of hydrogen
+m=8*(mc+mh);//mol wt of C8H8
+DOP=10000;//degree of polarization , given
+mp=DOP*m;
+disp(mp,"Molecualr weight of Styrene polymer = ");
\ No newline at end of file |