diff options
Diffstat (limited to '1427/CH25/EX25.26/25_26.sce')
-rw-r--r-- | 1427/CH25/EX25.26/25_26.sce | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/1427/CH25/EX25.26/25_26.sce b/1427/CH25/EX25.26/25_26.sce new file mode 100644 index 000000000..86dcecd5b --- /dev/null +++ b/1427/CH25/EX25.26/25_26.sce @@ -0,0 +1,6 @@ +//ques-25.26
+//Calculating diameter of oxygen molecules
+clc
+b=0.0318;//(in L/mol)
+r=((b*1000)/(4*6.023*10^23*(4/3)*%pi))^(1/3);
+printf("The diameter of oxygen molecule is %.4f*10^-8 cm.",2*r*10^8);
|