summaryrefslogtreecommitdiff
path: root/3428/CH21/EX14.21.11/Ex14_21_11.sce
diff options
context:
space:
mode:
Diffstat (limited to '3428/CH21/EX14.21.11/Ex14_21_11.sce')
-rw-r--r--3428/CH21/EX14.21.11/Ex14_21_11.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/3428/CH21/EX14.21.11/Ex14_21_11.sce b/3428/CH21/EX14.21.11/Ex14_21_11.sce
new file mode 100644
index 000000000..fc08418a4
--- /dev/null
+++ b/3428/CH21/EX14.21.11/Ex14_21_11.sce
@@ -0,0 +1,9 @@
+//Section-14,Example-7,Page no.-PC.17
+//To find the ratio of the rates of effusion of neon gas to that of helium gas at same temperature and pressure.
+clc;
+M_He=4
+M_Ne=20
+//r=r_Ne/r_He
+r=sqrt((M_He)/(M_Ne))
+disp(r,'Required ratio')
+