diff options
Diffstat (limited to '1427/CH22/EX22.21/22_21.sce')
-rw-r--r-- | 1427/CH22/EX22.21/22_21.sce | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/1427/CH22/EX22.21/22_21.sce b/1427/CH22/EX22.21/22_21.sce new file mode 100644 index 000000000..f72aa2484 --- /dev/null +++ b/1427/CH22/EX22.21/22_21.sce @@ -0,0 +1,6 @@ +//ques-22.21
+//Calculating radius of spherical molecule
+clc
+a=800;//edge length (in pm)
+r=a/(2*sqrt(2));//FCC
+printf("The radius of the spherical molecule is %.1f pm.",r);
|