summaryrefslogtreecommitdiff
path: root/3718/CH7/EX7.5/Ex7_5.sce
blob: e2a096e791c396f5b3f5f8dab53aa5776c77a4bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
//Chapter 7: Solid State
//Problem: 5
clc;

//Declaration of Variables
r_Li = 68       //in pm
r_F = 136.      //in pm

// Solution
rr = r_Li / r_F
mprintf("Radius ratio = %.1f\n", rr)
mprintf(" The structure of LiF is SCC and Co-ordination Number of Li+ is 6")