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.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/3428/CH21/EX14.21.4/Ex14_21_4.sce b/3428/CH21/EX14.21.4/Ex14_21_4.sce
new file mode 100644
index 000000000..9c15a02c9
--- /dev/null
+++ b/3428/CH21/EX14.21.4/Ex14_21_4.sce
@@ -0,0 +1,9 @@
+//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
+//r=r_1/r_2
+r=sqrt(M_2/M_1)
+disp(r,'r_1/r_2')
+