summaryrefslogtreecommitdiff
path: root/1439/CH20/EX20.1/20_1.sce
diff options
context:
space:
mode:
Diffstat (limited to '1439/CH20/EX20.1/20_1.sce')
-rwxr-xr-x1439/CH20/EX20.1/20_1.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/1439/CH20/EX20.1/20_1.sce b/1439/CH20/EX20.1/20_1.sce
new file mode 100755
index 000000000..11d71872d
--- /dev/null
+++ b/1439/CH20/EX20.1/20_1.sce
@@ -0,0 +1,9 @@
+clc
+//initialisation of variables
+R= 0.082 //l-atm deg^-1 mole^-1
+T= 25 //C
+V= 85*10^-6 //l-atm g^-1
+//CALCULATIONS
+M= R*(273+T)/V
+//RESULTS
+printf ('average molecular weight of this polystrene = %.f g mole^-1',M)