diff options
Diffstat (limited to '3718/CH7/EX7.5')
-rw-r--r-- | 3718/CH7/EX7.5/Ex7_5.sce | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/3718/CH7/EX7.5/Ex7_5.sce b/3718/CH7/EX7.5/Ex7_5.sce new file mode 100644 index 000000000..e2a096e79 --- /dev/null +++ b/3718/CH7/EX7.5/Ex7_5.sce @@ -0,0 +1,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")
|