diff options
Diffstat (limited to '1427/CH22/EX22.5/22_5.sce')
-rw-r--r-- | 1427/CH22/EX22.5/22_5.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/1427/CH22/EX22.5/22_5.sce b/1427/CH22/EX22.5/22_5.sce new file mode 100644 index 000000000..c728fd5ad --- /dev/null +++ b/1427/CH22/EX22.5/22_5.sce @@ -0,0 +1,7 @@ +//ques-22.5
+//Calculating radius of an anion
+clc
+a=508;//edge length (in pm)
+Rc=110;//radius of cation (in pm)
+Ra=a/2-Rc;//radius of anion (in pm)
+printf("The radius of the anion is %d pm.",Ra);
|