summaryrefslogtreecommitdiff
path: root/1427/CH22/EX22.5/22_5.sce
blob: c728fd5ad8687236dc47c70d38e85987a3357122 (plain)
1
2
3
4
5
6
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);