diff options
Diffstat (limited to '3718/CH1/EX1.19/Ex1_19.sce')
-rw-r--r-- | 3718/CH1/EX1.19/Ex1_19.sce | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/3718/CH1/EX1.19/Ex1_19.sce b/3718/CH1/EX1.19/Ex1_19.sce new file mode 100644 index 000000000..be39b0c75 --- /dev/null +++ b/3718/CH1/EX1.19/Ex1_19.sce @@ -0,0 +1,12 @@ +//Chapter 1: Structure and Bonding
+//Problem: 19
+clc;
+
+B_O1 = (10 - 6) / 2 // Bond Order for O2
+B_O2 = (10 - 7) / 2 // Bond Order for O2-
+r=B_O1 > B_O2
+
+if r==%t then disp("Bond length of O2- > O2 as Bond order of O2 > Bond order of O2-")
+end
+
+mprintf(" Both are paramagnetic, because they contain unpaired electrons.")
|