diff options
Diffstat (limited to '1427/CH22/EX22.3/22_3.sce')
-rw-r--r-- | 1427/CH22/EX22.3/22_3.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/1427/CH22/EX22.3/22_3.sce b/1427/CH22/EX22.3/22_3.sce new file mode 100644 index 000000000..f060c5dc0 --- /dev/null +++ b/1427/CH22/EX22.3/22_3.sce @@ -0,0 +1,9 @@ +//ques-22.3
+//Determining coordination number of Cs and Br
+clc
+Rc=169;//radii of Cs+ (in pm)
+Ra=195;//radii of Br- (in pm)
+x=Rc/Ra;
+//As x>0.732
+c=8;//coordination number
+printf("The coordination number of Cs and Br both is %d.",c);
|