summaryrefslogtreecommitdiff
path: root/3428/CH21/EX14.21.4/Ex14_21_4.sce
diff options
context:
space:
mode:
Diffstat (limited to '3428/CH21/EX14.21.4/Ex14_21_4.sce')
-rw-r--r--3428/CH21/EX14.21.4/Ex14_21_4.sce4
1 files changed, 2 insertions, 2 deletions
diff --git a/3428/CH21/EX14.21.4/Ex14_21_4.sce b/3428/CH21/EX14.21.4/Ex14_21_4.sce
index 9c15a02c9..a277d2e65 100644
--- a/3428/CH21/EX14.21.4/Ex14_21_4.sce
+++ b/3428/CH21/EX14.21.4/Ex14_21_4.sce
@@ -1,8 +1,8 @@
//Section-14,Example-4,Page no.-PC.8
//To determine how many times faster will He initially leak through a pinhole in the container.
clc;
-M_2=28
-M_1=4
+M_2=28 //gmol^-1
+M_1=4 //gmol^-1
//r=r_1/r_2
r=sqrt(M_2/M_1)
disp(r,'r_1/r_2')